type InputData = {
    efx?: Function;
    store: MinimalWritable<unknown>;
    type: string;
}
Index

Properties

Properties

efx?: Function
store: MinimalWritable<unknown>
type: string