mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-03-01 16:20:25 +00:00
11 lines
170 B
TypeScript
11 lines
170 B
TypeScript
export class NodeIDispatcherAdapter {
|
|
dispatchRequest(arg: unknown) {
|
|
}
|
|
|
|
dispatchCall(arg: unknown) {
|
|
}
|
|
|
|
dispatchCallWithJson(arg: unknown) {
|
|
}
|
|
}
|