| Name | Type | Description | Notes |
|---|---|---|---|
| first | AnnouncementLink | [optional] [default to undefined] | |
| last | AnnouncementLink | [optional] [default to undefined] | |
| next | AnnouncementLink | [optional] [default to undefined] | |
| prev | AnnouncementLink | [optional] [default to undefined] | |
| self | AnnouncementLink | [default to undefined] |
import { AnnouncementPaginatedLinks } from 'launchdarkly-api-typescript';
const instance: AnnouncementPaginatedLinks = {
first,
last,
next,
prev,
self,
};