UNPKG

177 BPlain TextView Raw
1type objectStringAny = { [key:string]:any };
2type objectStringVoid = { [key:string]:void };
3
4export type stateType = objectStringAny;
5export type apiType = objectStringVoid;
\No newline at end of file