mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-21 06:10:04 +08:00
14 lines
292 B
TypeScript
14 lines
292 B
TypeScript
import { MsfChangeReasonType, MsfStatusType } from "../entities/adapter";
|
|
|
|
export class NodeIDependsAdapter {
|
|
onMSFStatusChange(statusType: MsfStatusType, changeReasonType: MsfChangeReasonType) {
|
|
|
|
}
|
|
|
|
onMSFSsoError(args: unknown) {
|
|
}
|
|
|
|
getGroupCode(args: unknown) {
|
|
}
|
|
}
|