interface Dispatch {
    key?: string;
    op: string;
    value?: any;
}

Properties

Properties

key?: string
op: string
value?: any