UNPKG

@signnow/api-client

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