go-view/types/global.d.ts
2021-12-10 14:11:49 +08:00

7 lines
125 B
TypeScript

interface Window {
$loading: any;
$message: any;
$dialog: any;
}
declare type Recordable<T = any> = Record<string, T>;