Skip to content

Commit 7e9fcc2

Browse files
authored
correct the type
1 parent 0fb9778 commit 7e9fcc2

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
@@ -2,7 +2,7 @@ import { ClientOptions } from '../../interfaces';
22
import { Type, Provider, ModuleMetadata } from '@nestjs/common/interfaces';
33

44
export type ClientProviderOptions = ClientOptions & {
5-
name: string | Symbol;
5+
name: string | symbol;
66
};
77

88
export type ClientsModuleOptions = Array<ClientProviderOptions>;

0 commit comments

Comments
 (0)