UNPKG

@cocalc/server

Version:

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

5 lines (4 loc) 111 B
export default function call({ project_id, mesg, }: { project_id: string; mesg: any; }): Promise<any>;