Spaces:
Running
Running
| export declare class AuditLog { | |
| id: string; | |
| tenant_id: string; | |
| action: string; | |
| resource_type: string; | |
| resource_id: string; | |
| metadata: Record<string, any>; | |
| ip_address: string; | |
| user_agent: string; | |
| created_at: Date; | |
| } | |