mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-19 05:05:44 +08:00
11 lines
164 B
TypeScript
11 lines
164 B
TypeScript
export class NodeIDispatcherAdapter {
|
|
dispatchRequest (_arg: unknown) {
|
|
}
|
|
|
|
dispatchCall (_arg: unknown) {
|
|
}
|
|
|
|
dispatchCallWithJson (_arg: unknown) {
|
|
}
|
|
}
|