UNPKG

ravendb

Version:
13 lines 565 B
import { QueryToken } from "./QueryToken.js"; import { StringBuilder } from "../../../Utility/StringBuilder.js"; export declare class CounterIncludesToken extends QueryToken { private _sourcePath; private readonly _counterName; private readonly _all; private constructor(); static create(sourcePath: string, counterName: string): CounterIncludesToken; static all(sourcePath: string): CounterIncludesToken; addAliasToPath(alias: string): void; writeTo(writer: StringBuilder): void; } //# sourceMappingURL=CounterIncludesToken.d.ts.map