import type { SeatCharacteristicCodes } from './SeatCharacteristicCodes' export interface SeatCharacteristic { code: SeatCharacteristicCodes data_id: number label: string }