UNPKG

rtech-struct

Version:

Rtech Platform Superstruct Entity

10 lines (7 loc) 151 B
const s = require('superstruct') const AgreedPrice = s.object({ type: s.literal('agreed-price') }) module.exports = { AgreedPrice: AgreedPrice }