The location and content type of related resources
| Name | Type | Description | Notes |
|---|---|---|---|
| self | CoreLink | [default to undefined] | |
| parent | CoreLink | [default to undefined] |
import { ParentAndSelfLinks } from 'launchdarkly-api-typescript';
const instance: ParentAndSelfLinks = {
self,
parent,
};