UNPKG

@golemio/pid

Version:
18 lines (17 loc) 400 B
export interface IVehicleListInfo { id: number; state: string; number: string; numberIndex: number; plate: string | null; operator: string; manufacturer: string; type: string; traction: string; lowFloor: number | null; airCondition: number; usbChargers: number; paint: string | null; thumbnailUrl: string | null; photoUrl: string | null; }