/**
 * This file was generated by st-open-api
 */
import { IUnitCargoAttributes } from './enumeration/i-unit-cargo-attributes';
export interface ICargoAttributes {
    unit?: IUnitCargoAttributes;
    weight: number;
}
