ft_transcendence/pong/node_modules/@nestjs/websockets/context/ws-metadata-constants.d.ts
2023-05-02 19:15:50 +02:00

8 lines
143 B
TypeScript

export declare const DEFAULT_CALLBACK_METADATA: {
[x: string]: {
index: number;
data: any;
pipes: any[];
};
};