Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 905 Bytes

File metadata and controls

28 lines (21 loc) · 905 Bytes

PaginatedLinks

Properties

Name Type Description Notes
first AiConfigsLink [optional] [default to undefined]
last AiConfigsLink [optional] [default to undefined]
next AiConfigsLink [optional] [default to undefined]
prev AiConfigsLink [optional] [default to undefined]
self AiConfigsLink [default to undefined]

Example

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

const instance: PaginatedLinks = {
    first,
    last,
    next,
    prev,
    self,
};

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