/**
 * This file was generated by st-open-api
 */
export interface IPacktechPackagingInformation {
    cartonVolume: number;
    quantityPerCarton: number;
}
