Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 503 Bytes

File metadata and controls

21 lines (14 loc) · 503 Bytes

SolutionRole

The Solution Role

Properties

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

Example

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

const instance: SolutionRole = {
    role,
};

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