chore: make lint happy

This commit is contained in:
CrescentLeaf
2025-09-23 23:10:04 +08:00
parent 20f5484e90
commit f6f2590532

View File

@@ -6,6 +6,6 @@ type EventCallbackFunction = (args: { [key: string]: unknown }, clientInfo: {
deviceId: string
ip: string
socket: SocketIo.Socket<SocketIo.DefaultEventsMap, SocketIo.DefaultEventsMap, SocketIo.DefaultEventsMap, any>
}) => ApiCallbackMessage
}) => ApiCallbackMessage | Promise<ApiCallbackMessage>
export default EventCallbackFunction