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