UNPKG

smc-hub

Version:

CoCalc: Backend webserver component

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