Type Alias Workspace

Workspace: {
    domain?: string;
    id: string;
    name: string;
    owner: string;
}