chore: rename types -> typedef
This commit is contained in:
5
server/typedef/EventCallbackFunction.ts
Normal file
5
server/typedef/EventCallbackFunction.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import ApiCallbackMessage from "../api/ApiCallbackMessage.ts"
|
||||
|
||||
type EventCallbackFunction = (args: { [key: string]: unknown }) => ApiCallbackMessage
|
||||
|
||||
export default EventCallbackFunction
|
||||
Reference in New Issue
Block a user