UNPKG

@cocalc/server

Version:

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

3 lines (2 loc) 132 B
import type { Tickets } from "node-zendesk"; export default function getTickets(account_id: string): Promise<Tickets.TicketType[]>;