UNPKG

rtech-struct

Version:

Rtech Platform Superstruct Entity

12 lines (9 loc) 257 B
const s = require('superstruct') const { NoEmptyString } = require('./string') const MarketplaceSpot = s.object({ type: s.literal('marketplace-spot'), delegated_target: s.array(NoEmptyString) }) module.exports = { MarketplaceSpot: MarketplaceSpot }