UNPKG

@cocalc/hub

Version:
8 lines (7 loc) 261 B
import { Response } from "express"; import { SiteSettingsKeys } from "@cocalc/util/db-schema/site-defaults"; interface Custom { configuration: Record<SiteSettingsKeys, string>; } export declare function send(res: Response, custom: Custom): void; export {};