Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 722 Bytes

File metadata and controls

22 lines (15 loc) · 722 Bytes

ExtinctionCollectionRep

Properties

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]

Example

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

const instance: ExtinctionCollectionRep = {
    _links,
    items,
};

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