import { Types } from 'mongoose'; export interface IRequirement { _id: Types.ObjectId; process: Types.ObjectId; '#select': boolean; sku: string; itemDesignation: string; style: string; priority: number; deliveryWeekRequested: any; quantityRequested: number; eqLoad: number; stockAvailable: number; stockAvailableUnCut: number; pofNumber: number; proposedMaker: string; typeMO: any; manuUnit: any; extRef: any; componentCut: string; componentUncut: string; season: string; cutUnit: string; unCutUnit: string; familyProduct: string; manuVol: string; cutVol: string; unCutVol: string; week: string; year: string; fcn2: boolean; }