UNPKG

@cocalc/server

Version:

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

9 lines (8 loc) 196 B
export default function getProjects({ account_id, limit, }: { account_id: string; limit?: number; }): Promise<{ project_id: string; title?: string; description?: string; }[]>;