/**
 * This file was generated by st-open-api
 */
import { IPreOrPostCarriageAttributes } from './i-pre-or-post-carriage-attributes';
import { IPreOrPostCarriageElements } from './i-pre-or-post-carriage-elements';
export interface IPreOrPostCarriage {
    attributes?: IPreOrPostCarriageAttributes;
    elements: IPreOrPostCarriageElements;
}
