Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 640 Bytes

File metadata and controls

22 lines (15 loc) · 640 Bytes

InsightsRepositoryProject

Properties

Name Type Description Notes
repositoryKey string The repository key [default to undefined]
projectKey string The project key [default to undefined]

Example

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

const instance: InsightsRepositoryProject = {
    repositoryKey,
    projectKey,
};

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