erp_be/src/modules/masters/plants/plants.validation.js

8 lines
214 B
JavaScript

const {
createPlantSchema: createSchema,
updatePlantSchema: updateSchema,
listQuerySchema,
} = require('../locations/locations.validation');
module.exports = { createSchema, updateSchema, listQuerySchema };