UNPKG

@cocalc/server

Version:

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

3 lines (2 loc) 186 B
export default function accountCreationActions(email_address: string, account_id: string): Promise<void>; export declare function creationActionsDone(account_id: string): Promise<void>;