UNPKG

@signnow/api-client

Version:
14 lines (13 loc) 268 B
export interface Check { id: string; page_number: string; x: string; y: string; width: string; height: string; created: string; allow_editing: boolean; owner_as_recipient: boolean; user_id?: string | null; email?: string; }