Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 627 Bytes

File metadata and controls

22 lines (15 loc) · 627 Bytes

SdkVersionRep

Properties

Name Type Description Notes
sdk string The SDK name, or "Unknown" [default to undefined]
version string The version number, or "Unknown" [default to undefined]

Example

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

const instance: SdkVersionRep = {
    sdk,
    version,
};

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