mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
11 lines
174 B
TypeScript
11 lines
174 B
TypeScript
export enum MsfStatusType {
|
|
KUNKNOWN,
|
|
KDISCONNECTED,
|
|
KCONNECTED
|
|
}
|
|
export enum MsfChangeReasonType {
|
|
KUNKNOWN,
|
|
KUSERLOGININ,
|
|
KUSERLOGINOUT,
|
|
KAUTO
|
|
} |