interface DriveProfileAttributes {
    licensePlateNumber?: null | "" | LICENSE_PLATES;
    numPassengers?: number;
    subscriptions?: string[];
    vehicleTypes?: VEHICLE_TYPES[];
}

Properties

licensePlateNumber?: null | "" | LICENSE_PLATES
numPassengers?: number
subscriptions?: string[]
vehicleTypes?: VEHICLE_TYPES[]