UNPKG

189 BTypeScriptView Raw
1import { WebhookEvent } from "@octokit/webhooks-types";
2type IncomingMessage = any;
3export declare function getPayload(request: IncomingMessage): Promise<WebhookEvent | string>;
4export {};