UNPKG

@signnow/api-client

Version:
20 lines (19 loc) 492 B
import { JsonAttribute } from './jsonAttribute'; export interface Attachment { id: string; user_id: string; page_number: string; width: string; height: string; x: string; y: string; line_height: number; created: string; json_attributes: JsonAttribute; original_attachment_name?: string | null; filename?: string | null; file_type?: string | null; mime_type?: string | null; file_size?: string | null; allow_editing?: boolean; }