UNPKG

@crowdin/app-project-module

Version:

Module that generates for you all common endpoints for serving standalone Crowdin App

5 lines (4 loc) 308 B
import { Response } from 'express'; import { Config, CrowdinClientRequest } from '../../../types'; import { Webhook } from '../types'; export declare function webhookHandler(config: Config, webhooks: Webhook[]): (req: import("express").Request | CrowdinClientRequest, res: Response, next: Function) => void;