4810dcd 3145623 4810dcd
1
2
3
4
5
6
7
8
9
10
11
export interface InvoiceActivityLogInterface { id?: number; invoice_id: number; user_id: number; activity_type: string; field_name: string; old_value?: string | null; new_value?: string; created_at?: Date; }