Skip to content

Handling Typed Property Name Filter #95

Open
@antonespo

Description

@antonespo

It would be nice to have typed filter in order to avoid typo in the property names.
As an example:

interface Square {
  width: number;
  height: number; 
}
const filter: Filter<Square> = { width: { lt: 5 } };

It would be the foundation to introduce even typed nested properties handling.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions