interface HeaderObject {
    description?: Description;
    disabled?: boolean;
    key: string;
    value: string;
}

Properties

description?: Description
disabled?: boolean
key: string
value: string