Home > @vsf-enterprise/commercetools-types > GoogleCloudPubSubDestinationInput
# GoogleCloudPubSubDestinationInput type
Signature:
export declare type GoogleCloudPubSubDestinationInput = {
projectId: Scalars['String'];
topic: Scalars['String'];
};
References: Scalars