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) 267 B
export type ApiTypes = string; export namespace ApiTypes { let core: string; let helpcenter: string; let services: string; let voice: string; } /** * @type {Record<ApiTypes, string>} * @readonly */ export const Endpoints: Record<ApiTypes, string>;