n8n
Version:
n8n Workflow Automation Tool
15 lines (14 loc) • 843 B
TypeScript
import type { Response } from 'express';
import type { PaginatedRequest } from '../../../../PublicApi/types';
declare const _default: {
createVariable: ((req: import("../../../../requests").AuthenticatedRequest<{
id?: string;
}>, res: Response, next: import("express").NextFunction) => Promise<Response | void>)[];
deleteVariable: ((req: import("../../../../requests").AuthenticatedRequest<{
id?: string;
}>, res: Response, next: import("express").NextFunction) => Promise<Response | void>)[];
getVariables: (((req: PaginatedRequest, res: Response, next: import("express").NextFunction) => Response | void) | ((req: import("../../../../requests").AuthenticatedRequest<{
id?: string;
}>, res: Response, next: import("express").NextFunction) => Promise<Response | void>))[];
};
export = _default;