also the batteryRespository has a type of course a...
# orm-help
r
also the batteryRespository has a type of course and that type has getFullBatteryId defined on it but it's return Promise<Battery> | undefined> which is not the right type because it should be "FullBattery" as defined above.