UNPKG

rtech-struct

Version:

Rtech Platform Superstruct Entity

9 lines (6 loc) 184 B
const { array, object, size, string } = require('superstruct') const InputGroup = object({ id: string(), members: array(size(string(), 1, 64)) }) module.exports = { InputGroup }