desk-ext-types
v1.0.2
Published
TypeScript type definitions for authoring Zoho Desk extensions.
Downloads
217
Maintainers
Readme
Zoho Desk Extensions Types
This repository contains typescript type definition for authoring Zoho Desk extension.
Usage
- Installation
npm i --save-dev desk-ext-types
- Include the reference in main.ts
/// <reference types="desk-ext-types" />
With this setup, the types are made globally accessible without requiring any import statements, since the extension SDK is integrated into the main environment instead of being a package that the extension itself incorporates.