import type { Subscription } from './Subscription'; export type Consumer = { readonly createdTime?: string; readonly updatedTime?: string; readonly createdBy?: string; readonly changedBy?: string; readonly id?: string; name?: string; applicationVersionId: string; brokerType?: string; consumerType?: string; subscriptions?: Array; type?: string; };