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
| Name | Type |
|---|---|
email | string |
fullName | string |
id | string |
imageId | string | null |
isPremium | boolean |