/**
 * This file was generated by st-open-api
 */
import { IRoadLorryClass } from './i-road-lorry-class';
export interface IPrePostCarriageRoadAttributes {
    lorryClass?: IRoadLorryClass;
}
