UNPKG

hamok

Version:

Lightweight Distributed Object Storage on RAFT consensus algorithm

6 lines 295 B
export declare class OngoingRequestsNotification { readonly requestIds: ReadonlySet<string>; readonly destinationEndpointId?: string | undefined; constructor(requestIds: ReadonlySet<string>, destinationEndpointId?: string | undefined); } //# sourceMappingURL=OngoingRequests.d.ts.map