CountOptions

View Source

Summary

Options for counting rows.

Signature

type CountOptions<table> = {
  where?: SingleTableWhere<table>;
};