UNPKG

smc-hub

Version:

CoCalc: Backend webserver component

4 lines (3 loc) 272 B
import { PostgreSQL } from "../../postgres/types"; import { PurchaseInfo } from "smc-webapp/site-licenses/purchase/util"; export declare function create_license(database: PostgreSQL, account_id: string, info: PurchaseInfo, dbg: (...args: any[]) => void): Promise<string>;