UNPKG

@cocalc/server

Version:

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

3 lines (2 loc) 167 B
import { ProductMetadata, PurchaseInfo } from "@cocalc/util/licenses/purchase/types"; export declare function getProductMetadata(info: PurchaseInfo): ProductMetadata;