Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 546 Bytes

File metadata and controls

22 lines (15 loc) · 546 Bytes

Prerequisite

Properties

Name Type Description Notes
key string [default to undefined]
variation number [default to undefined]

Example

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

const instance: Prerequisite = {
    key,
    variation,
};

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