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