UNPKG

@reservation-studio/electron-types

Version:

TypeScript типове за ReservationStudioElectron

13 lines (12 loc) 351 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaperStatus = void 0; /** * Interface for fiscal device status */ var PaperStatus; (function (PaperStatus) { PaperStatus["Ok"] = "ok"; PaperStatus["Low"] = "low"; PaperStatus["Out"] = "out"; })(PaperStatus || (exports.PaperStatus = PaperStatus = {}));