redis-om-node
redis-om-node copied to clipboard
Generic Types for stricter type safety, and search
This pull request only modifies type declarations to allow users to add a generic type to their schemas, repositories, entities, and search.
This will not cause any breaking changes as the default type for Entity is Record<string, any>