UNPKG

@energyweb/node-red-contrib-green-proof-worker

Version:
10 lines (9 loc) 260 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Vote = void 0; const tslib_1 = require("tslib"); const z = tslib_1.__importStar(require("zod")); exports.Vote = z.object({ votingId: z.string(), vote: z.string(), });