Interface WorkspaceEditMetadata

interface WorkspaceEditMetadata {
    description?: string;
    label: string;
    needsConfirmation: boolean;
}

Properties§

§description?: string
§label: string
§needsConfirmation: boolean