UNPKG

node-zendesk

Version:

A trusted Zendesk API client library for Node.js and the browser, lovingly maintained for over 10 years.

13 lines (12 loc) 300 B
export class Links extends Client { constructor(options: any); jsonAPINames: string[]; sideLoadMap: { field: string; name: string; dataset: string; }[]; list(): Promise<void>; show(ticket_ids: any): Promise<void>; } import { Client } from "../client";