UNPKG

@brandcast_app/zoomshift-api-client

Version:

Unofficial TypeScript/JavaScript client for ZoomShift employee scheduling API (reverse-engineered)

13 lines (12 loc) 442 B
"use strict"; /** * ZoomShift API Client * * Unofficial TypeScript/JavaScript client for ZoomShift employee scheduling * * @packageDocumentation */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ZoomShiftClient = void 0; var ZoomShiftClient_1 = require("./ZoomShiftClient"); Object.defineProperty(exports, "ZoomShiftClient", { enumerable: true, get: function () { return ZoomShiftClient_1.ZoomShiftClient; } });