mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-01 16:44:16 +00:00
9 lines
236 B
JavaScript
9 lines
236 B
JavaScript
const { workspaceSchema } = require("./workspaces");
|
|
const { collectionSchema, itemSchema, environmentsSchema } = require("./collections");
|
|
|
|
module.exports = {
|
|
itemSchema,
|
|
environmentsSchema,
|
|
collectionSchema,
|
|
workspaceSchema
|
|
}; |