Skip to content

Commit

Permalink
fix WorkspaceAttribute 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 Apr 15, 2024
1 parent c4ad56a commit f0d2cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/types/workspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export interface WorkspaceAttribute {
color?: string;
icon?: string;
reserved?: boolean;
uiSettings?: Record<string, any>;
defaultVISTheme?: string;
}

Expand All @@ -22,5 +23,4 @@ export interface WorkspaceAttributeWithPermission extends WorkspaceAttribute {

export interface WorkspaceObject extends WorkspaceAttributeWithPermission {
readonly?: boolean;
uiSettings?: Record<string, any>;
}

0 comments on commit f0d2cb6

Please sign in to comment.