This commit is contained in:
Sandeep Somavarapu
2021-09-23 14:32:41 +02:00
parent d49a618eab
commit a0a448f344
14 changed files with 61 additions and 19 deletions

View File

@@ -87,6 +87,7 @@ export interface IEnvironment {
export interface IStaticWorkspaceData {
id: string;
name: string;
transient?: boolean;
configuration?: UriComponents | null;
isUntitled?: boolean | null;
}