mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-30 08:04:09 +00:00
10 lines
276 B
JavaScript
10 lines
276 B
JavaScript
const { workspaceSchema } = require("./workspaces");
|
|
const { collectionSchema, itemSchema, environmentSchema, environmentsSchema } = require("./collections");
|
|
|
|
module.exports = {
|
|
itemSchema,
|
|
environmentSchema,
|
|
environmentsSchema,
|
|
collectionSchema,
|
|
workspaceSchema
|
|
}; |