Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 508 Bytes

File metadata and controls

21 lines (14 loc) · 508 Bytes

WorkspaceRole

The Workspace Role

Properties

Name Type Description Notes
role string The Workspace Role [default to undefined]

Example

import { WorkspaceRole } from '@cosmotech/api-ts';

const instance: WorkspaceRole = {
    role,
};

[Back to Model list] [Back to API list] [Back to README]