UNPKG

smc-hub

Version:

CoCalc: Backend webserver component

4 lines (3 loc) 282 B
import { PostgreSQL } from "../types"; export declare function add_license_to_project(db: PostgreSQL, project_id: string, license_id: string): Promise<void>; export declare function remove_license_from_project(db: PostgreSQL, project_id: string, license_id: string): Promise<void>;