UNPKG

@cocalc/server

Version:

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

9 lines (8 loc) 252 B
import type { PostgreSQL } from "@cocalc/database/postgres/types"; export declare function stripe_sync({ logger, database, delay_ms, }: { logger: { debug: Function; }; database: PostgreSQL; delay_ms?: number; }): Promise<void>;