Type Alias WebhookCallRequest

WebhookCallRequest: {
    body: string;
    headers: {
        [key: string]: string;
    };
    method: string;
    url: string;
}