export type AddressSpace = { readonly createdTime?: string; readonly updatedTime?: string; readonly createdBy?: string; readonly changedBy?: string; readonly id?: string; brokerType?: string; delimiter?: string; readonly type?: string; };