UNPKG

smc-hub

Version:

CoCalc: Backend webserver component

5 lines (4 loc) 186 B
import { PostgreSQL } from "./types"; export declare function record_user_tracking(db: PostgreSQL, account_id: string, event: string, value: { [key: string]: any; }): Promise<void>;