Type Alias CreateWorkspace

CreateWorkspace: {
    id: string;
    name: string;
    username?: string;
}