We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c417e6e commit b7848c7Copy full SHA for b7848c7
packages/backend/src/websocket/donChannel.ts
@@ -4,6 +4,7 @@ import { WebSocket, WebSocketServer } from 'ws';
4
import { Don, DonStateMessage, RequestNotificationMessage } from './messages';
5
import { typiaValidationErrorMessage } from '@/utils/errorMessage';
6
7
+// TODO: ここにinterfaceがあるのは正しい状態ではないのでexportが必要になったら直す
8
interface DonChannel {
9
notifyActiveDonState: (currentState: Don[]) => void;
10
}
0 commit comments