ravendb
Version:
RavenDB client for Node.js
11 lines • 393 B
TypeScript
import { CommandType } from "./Commands/CommandData.js";
export declare class IdTypeAndName {
private id;
private type;
private name;
equals(o: object): boolean;
static create(id: string, type: CommandType, name: string): IdTypeAndName;
key(): string;
static keyFor(id: string, type: CommandType, name: string): string;
}
//# sourceMappingURL=IdTypeAndName.d.ts.map