UNPKG

@configurator/ravendb

Version:
12 lines (11 loc) 275 B
export interface DetailedReplicationHubAccess { name: string; thumbprint: string; certificate: string; notBefore: Date; notAfter: Date; subject: string; issuer: string; allowedHubToSinkPaths?: string[]; allowedSinkToHubPaths?: string[]; }