1
0
Fork 0
mirror of synced 2024-07-17 12:15:59 +12:00
budibase/packages/server/specs/resources/utils/index.js
2022-02-24 18:15:13 +00:00

8 lines
109 B
JavaScript

exports.object = (props, opts) => {
return {
type: "object",
properties: props,
...opts,
}
}