import type { AuditImportDTO } from './AuditImportDTO'; export type BulkAuditImportDTO = { auditImports?: Array; };