export interface ErrorLogInterface { id?: number, invoice_id?: number, error_type: string, error_details: string, }