UNPKG

@cocalc/server

Version:

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

10 lines (8 loc) 184 B
export interface Key { project_id: string; path: string; time: Date; target: string; fragment_id?: string; } export type Action = "ignore" | "notify" | "email" | "nothing";