Spaces:
Runtime error
Runtime error
| export interface ErrorLogInterface { | |
| id?: number, | |
| invoice_id?: number, | |
| error_type: string, | |
| error_details: string, | |
| } | |
| export interface ErrorLogInterface { | |
| id?: number, | |
| invoice_id?: number, | |
| error_type: string, | |
| error_details: string, | |
| } | |