Spaces:
Runtime error
Runtime error
File size: 141 Bytes
634ea47 |
1 2 3 4 5 6 7 8 |
export interface AuditLogInterface {
id?: number
action_by: number
invoice_id: number
action: string
details: string
}
|