export interface IExpirationQty {
    ExpirationQtyType?: number;
    ExpQty?: number;
}
