UNPKG

smc-hub

Version:

CoCalc: Backend webserver component

3 lines (2 loc) 171 B
import { PostgreSQL } from "../types"; export declare function sync_site_license_subscriptions(db: PostgreSQL, account_id?: string, test_mode?: boolean): Promise<number>;