| Name | Type | Description | Notes |
|---|---|---|---|
| items | Array<AnnouncementResponse> | [default to undefined] | |
| _links | AnnouncementPaginatedLinks | [default to undefined] |
import { GetAnnouncementsPublic200Response } from 'launchdarkly-api-typescript';
const instance: GetAnnouncementsPublic200Response = {
items,
_links,
};