Skip to main content

WebhookInitiator

type WebhookInitiator = {
email: string;
fullName: string;
id: string;
imageId: string | null;
isPremium: boolean;
};

Collaborator info for the user that triggered a webhook event.

Type Declaration

NameType
emailstring
fullNamestring
idstring
imageIdstring | null
isPremiumboolean