Skip to the content.

Header

interface Header {
    name: string,
    type: 'string' | 'number'
}