Home > @vsf-enterprise/commercetools-types > MessageSubscription
# MessageSubscription type
Signature:
export declare type MessageSubscription = {
__typename?: 'MessageSubscription';
resourceTypeId: Scalars['String'];
types: Array<Scalars['String']>;
};
References: Scalars