Searched defs:IDialogType (Results 1 – 1 of 1) sorted by relevance
21 export type IDialogType = typeof dialogs; alias22 export type IDialogKey = keyof IDialogType; alias