Type Alias CargoModel

CargoModel: {
    attrs: Record<string, string>;
    axles: Record<string, string>[];
    fixPoints: Record<string, Record<string, string>[]>;
    gravityCenter: Record<string, string>;
    name: string;
    views: UngredView;
}