export type TopicAddressResourceDTO = { readonly createdTime?: string; readonly updatedTime?: string; readonly createdBy?: string; readonly changedBy?: string; id?: string; applicationDomainId?: string; name?: string; resource?: string; description?: string; type?: string; };