Files
vegasco/src/Vegasco-Web/src/app/api/cars/car.ts

5 lines
51 B
TypeScript

interface Car {
id: string;
name: string;
}