UNPKG

@configurator/ravendb

Version:
6 lines (5 loc) 160 B
import { LicensedFeatures } from "./LicensedFeatures"; export interface TcpNegotiationResponse { version: number; licensedFeatures: LicensedFeatures; }