import { SeatCharacteristicCodes } from './SeatCharacteristicCodes'; export interface SeatCharacteristic { code: SeatCharacteristicCodes; data_id: number; label: string; } //# sourceMappingURL=SeatCharacteristic.d.ts.map