export interface Workspace { id?: number; name: string; uuid?: string; description: string; } export type Workspaces = Workspace[];