Files
twenty/front/src/interfaces/workspace.interface.ts
Charles Bochet 6c7eb53333 Add seeds and move to uuid (#80)
Co-authored-by: Charles Bochet <charles@twenty.com>
2023-04-26 16:42:01 +02:00

6 lines
77 B
TypeScript

export interface Workspace {
id: string;
name: string;
logo: string;
}