forked from jsnbuchanan/crowd-funder-for-time-pwa
- Replace all `any` types in $db, $exec, $one, $query, $first, and $contacts with proper interfaces: - Use QueryExecResult and DatabaseExecResult for raw database operations - Use Contact[] for contact queries - Add generics for mapped query results - Update PlatformService and database interfaces to match new types - Remove unused type imports and fix linter errors - Reduces risk of runtime errors and improves type safety for all database access
732 B
732 B