UNPKG

n8n

Version:

n8n Workflow Automation Tool

11 lines (10 loc) 583 B
import type express from 'express'; import type { StatusResult } from 'simple-git'; import type { ImportResult } from '../../../../environments.ee/source-control/types/import-result'; import type { AuthenticatedRequest } from '../../../../requests'; declare const _default: { pull: (((req: AuthenticatedRequest<{ id?: string; }>, res: express.Response, next: express.NextFunction) => Promise<express.Response | void>) | ((req: AuthenticatedRequest, res: express.Response) => Promise<ImportResult | StatusResult | Promise<express.Response>>))[]; }; export = _default;