Implement new UI
This commit is contained in:
5
front/src/interfaces/workspace.interface.ts
Normal file
5
front/src/interfaces/workspace.interface.ts
Normal file
@ -0,0 +1,5 @@
|
||||
export interface Workspace {
|
||||
id: number;
|
||||
name: string;
|
||||
logo: string;
|
||||
}
|
||||
Reference in New Issue
Block a user