Remix
Remix
remix/data-table · TypeView Source

WhereInput

Summary

User-facing where input accepted by query.where() and relation modifiers.

Signature

type WhereInput<column> = Predicate<column> | WhereObject<column>;