export type Audit = { action: string; auditableType: string; auditedChanges: { state: string[]; }; comment: string | null; createdAt: string; remoteAddress: string; requestUuid: string; userId: number; userType: 'AdminUser'; username: string | null; version: number; };