UNPKG

ravendb

Version:
6 lines 215 B
import { LicensedFeatures } from "./LicensedFeatures.js"; export interface TcpNegotiationResponse { version: number; licensedFeatures: LicensedFeatures; } //# sourceMappingURL=TcpNegotiationResponse.d.ts.map