import type { AddressLevel } from './AddressLevel'; export type TopicDomain = { readonly createdTime?: string; readonly updatedTime?: string; readonly createdBy?: string; readonly changedBy?: string; readonly id?: string; applicationDomainId: string; brokerType: string; addressLevels: Array; readonly type?: string; };