go-view/types/global.d.ts
2022-01-14 16:17:14 +08:00

8 lines
131 B
TypeScript

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