remix/data-table · TypeView Source
CountOptions
Summary
Options for counting rows.
Signature
type CountOptions<table> = {
where?: SingleTableWhere<table>;
};
Options for counting rows.
type CountOptions<table> = {
where?: SingleTableWhere<table>;
};