UNPKG

@it_kyryl/arbitrage_admin_schema

Version:

Schema for arbitrage admin panel

10 lines (9 loc) 231 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.clickType = void 0; const zod_1 = require("zod"); exports.clickType = zod_1.z.enum([ "PAGE_VIEW", "KEYWORD_BLOCK_LOADED", "CLICK" ]);