/**
 * This file was generated by st-open-api
 */
import { ICargoAttributes } from './i-cargo-attributes';
export interface ICargo {
    attributes: ICargoAttributes;
}
