Files
Ferme/frontend/services/dto/truck-data.ts

5 lines
63 B
TypeScript

export interface TruckData {
id: number
name: string
}