mirror of
https://github.com/usebruno/bruno.git
synced 2025-01-12 17:08:19 +01:00
9 lines
205 B
JavaScript
9 lines
205 B
JavaScript
const { collectionSchema, itemSchema, environmentSchema, environmentsSchema } = require('./collections');
|
|
|
|
module.exports = {
|
|
itemSchema,
|
|
environmentSchema,
|
|
environmentsSchema,
|
|
collectionSchema
|
|
};
|