Type Alias NewCollectionWebhookSubscription

NewCollectionWebhookSubscription: {
    url: WebhookUrl;
    webhookEventTypes: WebhookEventTypes;
}