Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 523 Bytes

File metadata and controls

21 lines (14 loc) · 523 Bytes

OrganizationRole

The Organization Role

Properties

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

Example

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

const instance: OrganizationRole = {
    role,
};

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