mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-29 07:34:07 +00:00
8 lines
205 B
JavaScript
8 lines
205 B
JavaScript
const { collectionSchema, itemSchema, environmentSchema, environmentsSchema } = require("./collections");
|
|
|
|
module.exports = {
|
|
itemSchema,
|
|
environmentSchema,
|
|
environmentsSchema,
|
|
collectionSchema,
|
|
}; |