UNPKG

@configurator/ravendb

Version:
8 lines (7 loc) 254 B
import { QueryToken } from "./QueryToken"; export declare class GroupByCountToken extends QueryToken { private readonly _fieldName; private constructor(); static create(fieldName: string): GroupByCountToken; writeTo(writer: any): void; }