alapa
Version:
A cutting-edge web development framework designed to revolutionize the way developers build modern web applications.
5 lines (4 loc) • 570 B
TypeScript
import { Request, Response } from "express";
import { Express } from "express";
export declare const setupDocsRoute: () => Promise<(import("express").RequestHandler<import("express-serve-static-core").ParamsDictionary, any, any, import("qs").ParsedQs, Record<string, any>> | import("express").RequestHandler<import("express-serve-static-core").ParamsDictionary, any, any, import("qs").ParsedQs, Record<string, any>>[])[] | ((req: Request, res: Response) => Response<any, Record<string, any>>)[]>;
export declare const activateDocsRoute: (app: Express) => Promise<void>;