Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 745 Bytes

File metadata and controls

24 lines (17 loc) · 745 Bytes

Tokens

Properties

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]

Example

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

const instance: Tokens = {
    items,
    _links,
    totalCount,
};

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