UNPKG

365 BTypeScriptView Raw
1export declare const DEFAULT_CALLBACK_METADATA: {
2 [x: string]: {
3 index: number;
4 data: any;
5 pipes: any[];
6 };
7};
8export declare const DEFAULT_GRPC_CALLBACK_METADATA: {
9 [x: string]: {
10 index: number;
11 data: any;
12 pipes: any[];
13 } | {
14 index: number;
15 data: any;
16 pipes: any[];
17 };
18};