ff-admin/src/demodata/vehicle.ts

15 lines
277 B
TypeScript
Raw Normal View History

2025-03-26 16:56:07 +01:00
import type { VehicleViewModel } from "../viewmodels/admin/unit/vehicle/vehicle.models";
export const vehicleDemoData: Array<VehicleViewModel> = [
{
id: "kjhb",
name: "HLF",
type: "HLF 20/10",
},
{
id: "kjhb",
name: "LF",
type: "LF 8/6",
},
];