desk-ext-types
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Zoho Desk Extensions Types

This repository contains typescript type definition for authoring Zoho Desk extension.

Usage

  1. Installation
npm i --save-dev desk-ext-types
  1. 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.

Also checkout

Package Sidebar

Install

npm i desk-ext-types

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

26.4 kB

Total Files

3

Last publish

Collaborators

  • mohanvadivel