UNPKG

@cocalc/database

Version:

CoCalc: code for working with our PostgreSQL database

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>;