UNPKG

@brandcast_app/zoomshift-api-client

Version:

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

10 lines (9 loc) 322 B
/** * ZoomShift API Client * * Unofficial TypeScript/JavaScript client for ZoomShift employee scheduling * * @packageDocumentation */ export { ZoomShiftClient } from './ZoomShiftClient'; export type { ZoomShiftClientOptions, ZoomShiftAuthResponse, ZoomShiftShift, GetShiftsRequest, ZoomShiftError, } from './types';