Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 569 Bytes

File metadata and controls

22 lines (15 loc) · 569 Bytes

AiConfigsMaintainerTeam

Properties

Name Type Description Notes
key string [default to undefined]
name string [default to undefined]

Example

import { AiConfigsMaintainerTeam } from 'launchdarkly-api-typescript';

const instance: AiConfigsMaintainerTeam = {
    key,
    name,
};

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