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