| Name | Type | Description | Notes |
|---|---|---|---|
| _links | { [key: string]: Link; } | The location and content type of related resources | [default to undefined] |
| items | { [key: string]: Array<Extinction>; } | An array of extinction events | [default to undefined] |
import { ExtinctionCollectionRep } from 'launchdarkly-api-typescript';
const instance: ExtinctionCollectionRep = {
_links,
items,
};