export type Van = { id: number; placa: string; modelo: string; numPassageiros: number; alugado: boolean }