Browse Source
- Make QueuedOperation interface generic to properly handle operation types - Fix type compatibility between queue operations and their resolvers - Use explicit typing for operation queue to handle generic types - Maintain type safety while allowing different operation return types This fixes a TypeScript error where the operation queue's resolve function was not properly typed to handle generic return types from database operations.pull/137/head
1 changed files with 8 additions and 7 deletions
Loading…
Reference in new issue