export interface RequestLmInwardItemCreateOrUpdate { id?: string; sku: string; quantityGradeA?: number; quantityGradeB?: number; }