Spaces:
Runtime error
Runtime error
export interface AuditLogInterface { | |
id?: number | |
action_by: number | |
invoice_id: number | |
action: string | |
details: string | |
} | |