Type Alias StoreActionMapType

StoreActionMapType: {
    [name: string]: ((...args: any[]) => any);
}