(options: SaveDialogOptions)
| 17 | dispose(): void; |
| 18 | openDialog(options: OpenDialogOptions): Promise<string | string[] | null>; |
| 19 | saveDialog(options: SaveDialogOptions): Promise<string | null>; |
| 20 | showMessage(title: string, message: string, type?: 'info' | 'warning' | 'error'): Promise<void>; |
| 21 | showConfirm(title: string, message: string): Promise<boolean>; |
| 22 | } |
no outgoing calls
no test coverage detected