UNPKG

smc-hub

Version:

CoCalc: Backend webserver component

11 lines (10 loc) 318 B
import { PublicPaths } from "./public-paths"; import { AuthorInfo } from "./authors"; import { SettingsDAO } from "./settings"; export declare function handle_user_request(opts: { public_paths: PublicPaths; author_info: AuthorInfo; settings_dao: SettingsDAO; req: any; res: any; }): Promise<void>;