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.
name
1 parent 7e9fcc2 commit 9f80222Copy full SHA for 9f80222
packages/microservices/module/interfaces/clients-module.interface.ts
@@ -18,7 +18,7 @@ export interface ClientsProviderAsyncOptions
18
useFactory?: (...args: any[]) => Promise<ClientOptions> | ClientOptions;
19
inject?: any[];
20
extraProviders?: Provider[];
21
- name: string;
+ name: string | symbol;
22
}
23
24
export type ClientsModuleAsyncOptions = Array<ClientsProviderAsyncOptions>;
0 commit comments