UNPKG

rtech-struct

Version:

Rtech Platform Superstruct Entity

8 lines (5 loc) 146 B
const s = require('superstruct') const Shipper = s.object({ commercial_group: s.size(s.string(), 1, Infinity) }) module.exports = { Shipper }