mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 04:12:10 +03:00
Six TypeScript errors on lines 921/922/925/926/939/948: - dataObj.five_hour / seven_day are 'unknown', can't be passed directly to hasUtilization/createQuotaObject which expect JsonRecord — wrap with toRecord() - dataObj.user is 'unknown', can't chain .membership?.level — use toRecord() first