| Name | Type | Description | Notes |
|---|---|---|---|
| items | Array<ExpandableApprovalRequestResponse> | An array of approval requests | [default to undefined] |
| totalCount | number | Total number of approval requests | [default to undefined] |
| _links | { [key: string]: Link; } | The location and content type of related resources | [default to undefined] |
import { ExpandableApprovalRequestsResponse } from 'launchdarkly-api-typescript';
const instance: ExpandableApprovalRequestsResponse = {
items,
totalCount,
_links,
};