Bansari Akhani
check if workorder id parsed from ai sevice exists in PW
1421ecc
raw
history blame contribute delete
132 Bytes
export interface ErrorLogInterface {
id?: number,
invoice_id?: number,
error_type: string,
error_details: string,
}