UNPKG

@gleif-it/did-webs-ts

Version:
12 lines (11 loc) 307 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RCTSchema = void 0; const zod_1 = require("zod"); exports.RCTSchema = zod_1.z.object({ v: zod_1.z.string(), t: zod_1.z.literal('rct'), d: zod_1.z.string(), i: zod_1.z.string(), s: zod_1.z.string(), });