export interface Header { string_head: string; int_head: number; bool_head: boolean; float_head: number; }