| Name | Type | Description | Notes |
|---|---|---|---|
| repositoryKey | string | The repository key | [default to undefined] |
| projectKey | string | The project key | [default to undefined] |
import { InsightsRepositoryProject } from 'launchdarkly-api-typescript';
const instance: InsightsRepositoryProject = {
repositoryKey,
projectKey,
};