Home > @vsf-enterprise/commercetools-types > CloudEventsSubscriptionsFormat
# CloudEventsSubscriptionsFormat type
Signature:
export declare type CloudEventsSubscriptionsFormat = NotificationFormat & {
__typename?: 'CloudEventsSubscriptionsFormat';
type: Scalars['String'];
cloudEventsVersion: Scalars['String'];
};
References: NotificationFormat, Scalars