UNPKG

smc-hub

Version:

CoCalc: Backend webserver component

11 lines (10 loc) 279 B
import { Map, List } from "immutable"; import { Settings } from "./settings"; export declare function render_user(opts: { res: any; account_id: string; name: string; public_paths: Map<string, any>; paths_order: List<string>; settings: Settings; }): void;