UNPKG

smc-hub

Version:

CoCalc: Backend webserver component

9 lines (8 loc) 361 B
import { PostgreSQL } from "../types"; export declare function site_license_is_manager(db: PostgreSQL, account_id: string, license_id: string): Promise<boolean>; export declare function site_license_manager_set(db: PostgreSQL, account_id: string, info: { id: string; title?: string; description?: string; managers?: string[]; }): Promise<void>;