UNPKG

api-interface

Version:
7 lines (6 loc) 138 B
export declare type KV = { [key: string]: any; }; export declare type FN = { [key: string]: (params: KV) => Promise<KV>; };