@golemio/pid
Version:
Golemio PID Module
18 lines (17 loc) • 400 B
TypeScript
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;
}