import type { Audit } from './Audit'; export type SolaceQueueAuditResultSetDTO = { aggregateAuditResult?: Audit; solaceQueueAuditResults?: Array; readonly id?: string; readonly type?: string; };