import { ClientProxy } from '@nestjs/microservices'; export interface IMicroserviceClients{ getClient(appcode: string) : ClientProxy | null; }