add new workspaces for users
This commit is contained in:
8
src/vueLib/models/workspaces.ts
Normal file
8
src/vueLib/models/workspaces.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export interface Workspace {
|
||||
id?: number;
|
||||
name: string;
|
||||
uuid?: string;
|
||||
description: string;
|
||||
}
|
||||
|
||||
export type Workspaces = Workspace[];
|
||||
Reference in New Issue
Block a user