UNPKG

rtech-struct

Version:

Rtech Platform Superstruct Entity

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