UNPKG

141 BTypeScriptView Raw
1import { HandlerFunction } from './HandlerFunction';
2export declare type ActionsMap<T extends string = string> = Record<T, HandlerFunction>;