Type Alias WebhookSubscription

WebhookSubscription: {
    id: string;
    subscribed_events: WebhookSubscribedEvents;
    url: string;
}