import type { Subscription } from './Subscription'; export type SubscriptionStitchingEvalRequestDTO = { brokerType: string; subscriptions?: Array; };