UNPKG

143 BTypeScriptView Raw
1export declare const DEFAULT_CALLBACK_METADATA: {
2 [x: string]: {
3 index: number;
4 data: any;
5 pipes: any[];
6 };
7};