import type { CustomAttribute } from './CustomAttribute'; export type TopicAddressEnum = { readonly createdTime?: string; readonly updatedTime?: string; readonly createdBy?: string; readonly changedBy?: string; readonly id?: string; applicationDomainId: string; name: string; shared?: boolean; readonly numberOfVersions?: number; readonly eventVersionRefCount?: number; customAttributes?: Array; readonly type?: string; };