Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 559 Bytes

File metadata and controls

22 lines (15 loc) · 559 Bytes

HeaderItems

Properties

Name Type Description Notes
name string [optional] [default to undefined]
value string [optional] [default to undefined]

Example

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

const instance: HeaderItems = {
    name,
    value,
};

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