Update src/lib/database/carTypes.ts
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user