Update src/lib/database/carTypes.ts

This commit is contained in:
2026-03-06 19:44:52 +00:00
parent 7646bc558c
commit 6d76974845

View File

@@ -107,7 +107,7 @@ export interface Car {
wiper?: 'Manual' | 'Rain-sensing automatic';
wiperSpeed?: string;
rearWiper?: boolean;
waspherFluid?: boolean;
washerFluid?: boolean;
parkingLights?: boolean;
automaticLights?: boolean;
@@ -142,7 +142,7 @@ export interface Car {
pushButtonStart?: boolean;
remoteStart?: boolean;
automaticParking?: boolean;
hands-freeParking?: boolean;
handsFreeParking?: boolean;
// Warranty
warrantyBasic?: string; // e.g., "3 years/36,000 miles"