chore: rename src/ to server/

This commit is contained in:
CrescentLeaf
2025-08-30 14:43:45 +08:00
parent 5e756636a9
commit 5666bcba24
16 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
import ApiCallbackMessage from "./ApiCallbackMessage.ts"
type EventCallbackFunction = (args: {}) => ApiCallbackMessage
export default EventCallbackFunction