Remix
Remix
remix/data-table · TypeView Source

WhereObject

Summary

Object shorthand accepted in where clauses.

Signature

type WhereObject<column> = Partial<Record<column, unknown>>;