Scaffold MessageOptions.useCustom

This commit is contained in:
Alexandru Dima
2021-01-15 17:35:25 +01:00
parent 6d50c71f41
commit b64a4ae1aa
4 changed files with 15 additions and 0 deletions

View File

@@ -420,6 +420,7 @@ export interface MainThreadLanguagesShape extends IDisposable {
export interface MainThreadMessageOptions {
extension?: IExtensionDescription;
modal?: boolean;
useCustom?: boolean;
}
export interface MainThreadMessageServiceShape extends IDisposable {