Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 493 Bytes

File metadata and controls

21 lines (14 loc) · 493 Bytes

RunnerRole

the Runner Role

Properties

Name Type Description Notes
role string the Runner Role [default to undefined]

Example

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

const instance: RunnerRole = {
    role,
};

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