UNPKG

@signnow/api-client

Version:
7 lines (6 loc) 155 B
export interface Header { string_head?: string | null; int_head?: number | null; bool_head?: boolean | null; float_head?: number | null; }