Is it possible to implement this on a websocket, and if so, how can I achieve that?
@UtilizeInterceptors(
DocumentInterceptor('image', {
location: '../data/profileImages',
restrictions: { size: byte * 10 },
}),
)