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

Properties

Properties

id: string
name: string

Generated using TypeDoc