File size: 132 Bytes
f11f54f
 
1421ecc
f11f54f
 
 
1
2
3
4
5
6
7
export interface ErrorLogInterface {
    id?: number,
    invoice_id?: number,
    error_type: string,
    error_details: string,
}