We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d47ab8 commit d75efb4Copy full SHA for d75efb4
src/interfaces/Client/IClient.ts
@@ -15,7 +15,7 @@ import CommunicationProtocolEnum from "../../enum/CommunicationProtocol.enum";
15
import { DaprClientOptions } from "../../types/DaprClientOptions";
16
17
export default interface IClient {
18
- getClient(): any; //s dependent on implementation
+ getClient(): any;
19
getClientHost(): string;
20
getClientPort(): string;
21
getClientCommunicationProtocol(): CommunicationProtocolEnum;
0 commit comments