WebhookRecipient
Home > @gooddata/sdk-model > WebhookRecipient
WebhookRecipient type
Webhook recipient.
Signature:
export type WebhookRecipient = {
    id: string;
    email: string;
};
Home > @gooddata/sdk-model > WebhookRecipient
Webhook recipient.
Signature:
export type WebhookRecipient = {
    id: string;
    email: string;
};