UNPKG

smc-hub

Version:

CoCalc: Backend webserver component

7 lines (6 loc) 176 B
import { Database } from "./types"; export declare function public_access_request(_opts: { database: Database; project_id: string; path: string; }): Promise<void>;