mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
16 lines
295 B
TypeScript
16 lines
295 B
TypeScript
import { MsfChangeReasonType, MsfStatusType } from "@/core/types/adapter";
|
|
|
|
export class NodeIDependsAdapter {
|
|
onMSFStatusChange(statusType: MsfStatusType, changeReasonType: MsfChangeReasonType) {
|
|
|
|
}
|
|
|
|
onMSFSsoError(args: unknown) {
|
|
|
|
}
|
|
|
|
getGroupCode(args: unknown) {
|
|
|
|
}
|
|
}
|