const mongoose = require("mongoose"); const ComicInfoXMLSchema = mongoose.Schema({ }); export default ComicInfoXMLSchema;