UNPKG

@cocalc/server

Version:

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

10 lines (9 loc) 172 B
export interface Message { to: string; from?: string; subject: string; text: string; html: string; categories?: string[]; asm_group?: number; }