UNPKG

@signnow/api-client

Version:
17 lines (16 loc) 386 B
export interface Attachment { id: string; user_id: string; page_number: string; width: string; height: string; x: string; y: string; created: string; line_height?: string | null; original_attachment_name?: string | null; filename?: string | null; file_type?: string | null; mime_type?: string | null; file_size?: string | null; }