UNPKG

kinoklub-api

Version:

Support library for KinoKlub

32 lines (31 loc) 1.95 kB
//#region src/interfaces/global.ts let KinoklubCinemaChoices = /* @__PURE__ */ function(KinoklubCinemaChoices) { KinoklubCinemaChoices[KinoklubCinemaChoices["Aero"] = 1] = "Aero"; KinoklubCinemaChoices[KinoklubCinemaChoices["Oko"] = 2] = "Oko"; KinoklubCinemaChoices[KinoklubCinemaChoices["Svetozor"] = 3] = "Svetozor"; KinoklubCinemaChoices[KinoklubCinemaChoices["Scala"] = 5] = "Scala"; KinoklubCinemaChoices[KinoklubCinemaChoices["BioCentral"] = 6] = "BioCentral"; KinoklubCinemaChoices[KinoklubCinemaChoices["Pritomnost"] = 7] = "Pritomnost"; KinoklubCinemaChoices[KinoklubCinemaChoices["Lucerna"] = 9] = "Lucerna"; return KinoklubCinemaChoices; }({}); let KinoklubHallSvetozorChoices = /* @__PURE__ */ function(KinoklubHallSvetozorChoices) { KinoklubHallSvetozorChoices[KinoklubHallSvetozorChoices["SvetozorLarge"] = 1] = "SvetozorLarge"; KinoklubHallSvetozorChoices[KinoklubHallSvetozorChoices["SvetozorSmall"] = 2] = "SvetozorSmall"; KinoklubHallSvetozorChoices[KinoklubHallSvetozorChoices["SvetozorThird"] = 3] = "SvetozorThird"; KinoklubHallSvetozorChoices[KinoklubHallSvetozorChoices["SvetozorOther"] = 24] = "SvetozorOther"; return KinoklubHallSvetozorChoices; }({}); let KinoklubHallLucernaChoices = /* @__PURE__ */ function(KinoklubHallLucernaChoices) { KinoklubHallLucernaChoices[KinoklubHallLucernaChoices["LucernaLarge"] = 34] = "LucernaLarge"; KinoklubHallLucernaChoices[KinoklubHallLucernaChoices["LucernaSmall"] = 35] = "LucernaSmall"; return KinoklubHallLucernaChoices; }({}); let KinoklubHallOkoChoices = /* @__PURE__ */ function(KinoklubHallOkoChoices) { KinoklubHallOkoChoices[KinoklubHallOkoChoices["OkoLarge"] = 10] = "OkoLarge"; KinoklubHallOkoChoices[KinoklubHallOkoChoices["OkoSmall"] = 23] = "OkoSmall"; return KinoklubHallOkoChoices; }({}); //#endregion export { KinoklubCinemaChoices, KinoklubHallLucernaChoices, KinoklubHallOkoChoices, KinoklubHallSvetozorChoices }; //# sourceMappingURL=global.js.map