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]