UNPKG

200 BTypeScriptView Raw
1import { Response } from 'express-serve-static-core';
2import { CloudFunctionsRequest } from './index';
3export default function handleWebhook(req: CloudFunctionsRequest, res: Response): Promise<void>;