UNPKG

rtech-struct

Version:

Rtech Platform Superstruct Entity

10 lines (7 loc) 235 B
const s = require('superstruct') const AgreedPriceNoPurchase = s.object({ type: s.union([s.literal('no-purchase'), s.literal('agreed-price-without-purchase')]) }) module.exports = { AgreedPriceNoPurchase: AgreedPriceNoPurchase }