SubscriptionFormatInput
type SubscriptionFormatInput = {
Platform?: InputMaybe<PlatformFormatInput>;
CloudEvents?: InputMaybe<CloudEventsSubscriptionsFormatInput>;
};type SubscriptionFormatInput = {
Platform?: InputMaybe<PlatformFormatInput>;
CloudEvents?: InputMaybe<CloudEventsSubscriptionsFormatInput>;
};