mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-13 00:10:27 +00:00
16 lines
294 B
TypeScript
16 lines
294 B
TypeScript
import { MsfChangeReasonType, MsfStatusType } from "../entities/adapter";
|
|
|
|
export class NodeIDependsAdapter {
|
|
onMSFStatusChange(statusType: MsfStatusType, changeReasonType: MsfChangeReasonType) {
|
|
|
|
}
|
|
|
|
onMSFSsoError(args: unknown) {
|
|
|
|
}
|
|
|
|
getGroupCode(args: unknown) {
|
|
|
|
}
|
|
}
|