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