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) 257 B
export class AccessPolicies extends Client { constructor(options: any); jsonAPINames: string[]; show(sectionID: any): Promise<NodeModule>; update(sectionID: any, accessPolicy: any): Promise<NodeModule>; } import { Client } from "../client";