UNPKG

@nestjs/microservices

Version:

Nest - modern, fast, powerful node.js web framework (@microservices)

19 lines (18 loc) 365 B
export declare const DEFAULT_CALLBACK_METADATA: { [x: string]: { index: number; data: any; pipes: any[]; }; }; export declare const DEFAULT_GRPC_CALLBACK_METADATA: { [x: string]: { index: number; data: any; pipes: any[]; } | { index: number; data: any; pipes: any[]; }; };