mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 01:25:37 -05:00
resource deployment extension (#5464)
* initial checkin * exclude from default ads package * keep extensions.js in sync * address review feedback * PR comments
This commit is contained in:
@@ -199,6 +199,7 @@ export interface IComponentEventArgs {
|
||||
|
||||
export interface IModelViewDialogDetails {
|
||||
title: string;
|
||||
isWide: boolean;
|
||||
content: string | number[];
|
||||
okButton: number;
|
||||
cancelButton: number;
|
||||
|
||||
Reference in New Issue
Block a user