UNPKG

@cocalc/server

Version:

CoCalc server functionality: functions used by either the hub and the next.js server

3 lines (2 loc) 189 B
import { PurchaseInfo } from "@cocalc/util/licenses/purchase/types"; export default function purchaseLicense(account_id: string, info: PurchaseInfo, noThrottle?: boolean): Promise<string>;