UNPKG

@it_kyryl/arbitrage_admin_schema

Version:

Schema for arbitrage admin panel

9 lines (8 loc) 283 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Timezone = void 0; var Timezone; (function (Timezone) { Timezone["AMERICA_LOS_ANGELES"] = "America/Los_Angeles"; Timezone["UTC"] = "UTC"; })(Timezone || (exports.Timezone = Timezone = {}));