import { Schema } from 'mongoose'; import { IPartners } from '../models/partners.model'; export const partnersSchema = new Schema( { E0PA: { type: String }, E0PB: { type: String }, E065: { type: String }, }, { _id: false }, );