export type AuditRelationDTO = { auditEntityType?: string; auditId?: string; identifier?: string; status?: string; };