Sindbad~EG File Manager

Current Path : /home/infinitibizsol/.trash/node_modules.8/.cache/esm/
Upload File :
Current File : /home/infinitibizsol/.trash/node_modules.8/.cache/esm/7564b9ea799c645d.js

let mongoose;_799‍.x([["default",()=>_799‍.o]]);_799‍.w("mongoose",[["default",["mongoose"],function(v){mongoose=v}]]);

const Fee = new mongoose.Schema(
  {
    fee_name: { type: String, required: false },
    amount: { type: String, required: false },
    policy_id: {
      type: mongoose.Schema.ObjectId,
      ref: "Policy",
    },
    createdOn: { type: Date, default: Date.now },
    modifiedOn: { type: Date, default: Date.now },
  },
  {
    toJSON: { virtuals: true },
    toObject: { virtuals: true },
  }
);

_799‍.d(mongoose.model("Fee", Fee));

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists