Home > @vsf-enterprise/commercetools-types > SubscriptionFormatInput
# SubscriptionFormatInput type
Signature:
export declare type SubscriptionFormatInput = {
Platform?: InputMaybe<PlatformFormatInput>;
CloudEvents?: InputMaybe<CloudEventsSubscriptionsFormatInput>;
};
References: InputMaybe, PlatformFormatInput, CloudEventsSubscriptionsFormatInput