mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
16 lines
291 B
TypeScript
16 lines
291 B
TypeScript
import { MsfChangeReasonType, MsfStatusType } from "../types/adapter";
|
|
|
|
export class NodeIDependsAdapter {
|
|
onMSFStatusChange(statusType: MsfStatusType, changeReasonType: MsfChangeReasonType) {
|
|
|
|
}
|
|
|
|
onMSFSsoError(args: unknown) {
|
|
|
|
}
|
|
|
|
getGroupCode(args: unknown) {
|
|
|
|
}
|
|
}
|