ravendb
Version:
RavenDB client for Node.js
12 lines • 571 B
TypeScript
import { QueryToken } from "./QueryToken.js";
export declare class FieldsToFetchToken extends QueryToken {
fieldsToFetch: string[];
projections: string[];
customFunction: boolean;
sourceAlias: string;
private constructor();
static create(fieldsToFetch: string[], projections: string[], customFunction: boolean): FieldsToFetchToken;
static create(fieldsToFetch: string[], projections: string[], customFunction: boolean, sourceAlias: string): FieldsToFetchToken;
writeTo(writer: any): void;
}
//# sourceMappingURL=FieldsToFetchToken.d.ts.map