UNPKG

node-zendesk

Version:

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

8 lines (7 loc) 253 B
export class Availabilities extends Client { constructor(options: any); jsonAPINames: string[]; update(agentID: any, availability: any): Promise<NodeModule>; show(agentID: any): Promise<NodeModule>; } import { Client } from "../client";