UNPKG

@cocalc/server

Version:

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

12 lines (11 loc) 221 B
export interface Profile { account_id: string; first_name: string; last_name: string; color?: string; image?: string; name?: string; is_admin?: boolean; is_anonymous?: boolean; email_address?: string; }