global.d.ts 96 B

1
  1. export declare type Notifier = (msg: string, status?: string | number, resOrErr?: any) => void;