mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 07:29:38 +00:00
12 lines
228 B
TypeScript
12 lines
228 B
TypeScript
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
export class NodeIDispatcherAdapter {
|
|
dispatchRequest(_arg: unknown) {
|
|
}
|
|
|
|
dispatchCall(_arg: unknown) {
|
|
}
|
|
|
|
dispatchCallWithJson(_arg: unknown) {
|
|
}
|
|
}
|