Type alias CreateWebhookTargetInput

CreateWebhookTargetInput: {
    description: Scalars["String"];
    eventSubscriptions: WebhookTargetEventSubscriptionInput[];
    isEnabled: Scalars["Boolean"];
    url: Scalars["String"];
}

Type declaration

Generated using TypeDoc