UNPKG

agenda-admin

Version:
7 lines (6 loc) 247 B
import { NextFunction, Request, Response } from 'express'; interface ReqQuery { autocomplete: string; } export declare const autocomplete: (req: Request<any, any, any, ReqQuery>, res: Response, next: NextFunction) => Promise<void>; export {};