UNPKG

@cocalc/database

Version:

CoCalc: code for working with our PostgreSQL database

4 lines (3 loc) 281 B
import { PostgreSQL } from "./types"; export declare function add_collaborators_to_projects(db: PostgreSQL, account_id: string, accounts: string[], projects: string[], // can be empty strings if tokens specified (since they determine project_id) tokens?: string[]): Promise<void>;