Skip to content

Commit 9f80222

Browse files
authored
correct the type for name in another location
1 parent 7e9fcc2 commit 9f80222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/microservices/module/interfaces/clients-module.interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export interface ClientsProviderAsyncOptions
1818
useFactory?: (...args: any[]) => Promise<ClientOptions> | ClientOptions;
1919
inject?: any[];
2020
extraProviders?: Provider[];
21-
name: string;
21+
name: string | symbol;
2222
}
2323

2424
export type ClientsModuleAsyncOptions = Array<ClientsProviderAsyncOptions>;

0 commit comments

Comments
 (0)