UNPKG

@tvkitchen/countertop

Version:

The entry point for developers who want to set up a TV Kitchen.

12 lines (11 loc) 456 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PayloadType = void 0; var PayloadType; (function (PayloadType) { PayloadType["StreamContainer"] = "STREAM.CONTAINER"; PayloadType["TextAtom"] = "TEXT.ATOM"; PayloadType["TextBlob"] = "TEXT.BLOB"; PayloadType["TextWord"] = "TEXT.WORD"; PayloadType["TextSentence"] = "TEXT.SENTENCE"; })(PayloadType = exports.PayloadType || (exports.PayloadType = {}));