@tvkitchen/countertop
Version:
The entry point for developers who want to set up a TV Kitchen.
16 lines (14 loc) • 353 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.countertopStates = void 0;
/* eslint-disable import/prefer-default-export */
const countertopStates = {
ERRORED: 'errored',
STARTED: 'started',
STARTING: 'starting',
STOPPED: 'stopped',
STOPPING: 'stopping'
};
exports.countertopStates = countertopStates;