redis-om-node icon indicating copy to clipboard operation
redis-om-node copied to clipboard

Generic Types for stricter type safety, and search

Open dennisofficial opened this issue 8 months ago • 2 comments

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>

dennisofficial avatar Jun 10 '24 22:06 dennisofficial