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; }