mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-23 04:35:40 +00:00
9 lines
205 B
JavaScript
9 lines
205 B
JavaScript
const { collectionSchema, itemSchema, environmentSchema, environmentsSchema } = require('./collections');
|
|
|
|
module.exports = {
|
|
itemSchema,
|
|
environmentSchema,
|
|
environmentsSchema,
|
|
collectionSchema
|
|
};
|