Type alias CountWithOptions<TAttributes>

CountWithOptions<TAttributes>: SetRequired<CountOptions<TAttributes>, "group">

Options for Model.count when GROUP BY is used

Type Parameters

  • TAttributes = any