UNPKG

ng2-json-editor

Version:

Angular2 component for editing large json documents

11 lines (10 loc) 202 B
export interface HttpHeader { /** * Name of the header, example: 'Accept' */ name: string; /** * Value of the header, example: 'application/json' */ value: string; }