1.0.3 • Published 8 months ago

desk-ext-types v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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

1.0.3

8 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago