@it_kyryl/arbitrage_admin_schema
Version:
Schema for arbitrage admin panel
7 lines (6 loc) • 344 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.trafficSourceDto = exports.trafficSourcesArray = void 0;
const zod_1 = require("zod");
exports.trafficSourcesArray = ['FACEBOOK', 'TIKTOK', 'GOOGLE', 'TABOOLA', 'BIGO', 'BING', 'GENERAL'];
exports.trafficSourceDto = zod_1.z.enum(exports.trafficSourcesArray);