UNPKG

@cocalc/database

Version:

CoCalc: code for working with our PostgreSQL database

3 lines (2 loc) 130 B
import { PostgreSQL } from "@cocalc/database/postgres/types"; export declare function loadSSOConf(db: PostgreSQL): Promise<void>;