Skip to content

Commit

Permalink
feat: add attribute reserved to workspace object type
Browse files Browse the repository at this point in the history
Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
  • Loading branch information
ruanyl committed Sep 18, 2023
1 parent 661122f commit 55cb831
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/types/workspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ export interface WorkspaceAttribute {
color?: string;
icon?: string;
defaultVISTheme?: string;
reserved?: boolean;
}

0 comments on commit 55cb831

Please sign in to comment.