This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
budibase
mirror of
https://github.com/Budibase/budibase.git
Watch
1
Star
0
Fork
You've already forked budibase
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
53f108865a
budibase
/
packages
/
server
/
specs
/
resources
/
utils
/
index.js
8 lines
109 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Generating from typescript files.
2022-02-24 19:15:13 +01:00
exports
.
object
=
(
props
,
opts
)
=>
{
Refactoring resource system, so that examples and schemas have individual files rather than all being lumped into one.
2022-02-22 16:06:08 +01:00
return
{
type
:
"object"
,
properties
:
props
,
Generating from typescript files.
2022-02-24 19:15:13 +01:00
...
opts
,
Refactoring resource system, so that examples and schemas have individual files rather than all being lumped into one.
2022-02-22 16:06:08 +01:00
}
}