go-view/types/global.d.ts

7 lines
125 B
TypeScript
Raw Normal View History

2021-12-10 14:11:49 +08:00
interface Window {
$loading: any;
$message: any;
$dialog: any;
}
declare type Recordable<T = any> = Record<string, T>;