Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 637 Bytes

File metadata and controls

22 lines (15 loc) · 637 Bytes

SdkListRep

Properties

Name Type Description Notes
_links { [key: string]: any; } The location and content type of related resources [default to undefined]
sdks Array<string> The list of SDK names [default to undefined]

Example

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

const instance: SdkListRep = {
    _links,
    sdks,
};

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