| Name | Type | Description | Notes |
|---|---|---|---|
| items | Array<Token> | An array of access tokens | [optional] [default to undefined] |
| _links | { [key: string]: Link; } | [optional] [default to undefined] | |
| totalCount | number | The number of access tokens returned | [optional] [default to undefined] |
import { Tokens } from 'launchdarkly-api-typescript';
const instance: Tokens = {
items,
_links,
totalCount,
};