WhereInput
Summary
User-facing where input accepted by query.where() and relation modifiers.
Signature
type WhereInput<column> = Predicate<column> | WhereObject<column>;
User-facing where input accepted by query.where() and relation modifiers.
type WhereInput<column> = Predicate<column> | WhereObject<column>;