UNPKG

@cocalc/server

Version:

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

4 lines (3 loc) 236 B
export default function deleteAccount(account_id: string): Promise<void>; export declare function markAccountDeleted(account_id: string): Promise<void>; export declare function cancelStripeEverything(account_id: string): Promise<void>;