8 lines
214 B
JavaScript
8 lines
214 B
JavaScript
const {
|
|
createPlantSchema: createSchema,
|
|
updatePlantSchema: updateSchema,
|
|
listQuerySchema,
|
|
} = require('../locations/locations.validation');
|
|
|
|
module.exports = { createSchema, updateSchema, listQuerySchema };
|