export interface RequestHeader { string_head?: string | null; int_head?: number | null; bool_head?: boolean | null; float_head?: number | null; }