Interface Headers

interface Headers {
    content-type?: string;
    plural-forms?: string;
}

Properties

content-type?: string
plural-forms?: string