interface UpdateRequestReporterPreferences {
    activeHovSubscriptions: string[];
    avoidDangerousTurns: boolean;
    avoidFerries: boolean;
    avoidPrimaries: boolean;
    avoidTolls: boolean;
    avoidTrails: AvoidTrailsString;
    hasEv: boolean;
    isEmailVerified: boolean;
    licensePlateSuffix: string;
    os: string;
    reporterLanguage: string;
    vehicleType: VEHICLE_TYPES_KEYS;
}

Properties

activeHovSubscriptions: string[]
avoidDangerousTurns: boolean
avoidFerries: boolean
avoidPrimaries: boolean
avoidTolls: boolean
avoidTrails: AvoidTrailsString
hasEv: boolean
isEmailVerified: boolean
licensePlateSuffix: string
os: string
reporterLanguage: string
vehicleType: VEHICLE_TYPES_KEYS