Files
im/types/AtUserInfo.ts
T

5 lines
133 B
TypeScript
Raw Normal View History

2025-12-05 16:10:52 +08:00
interface AtUserInfo {
atUserID:string; // at 成员的 ID
groupNickname:string; // at 成员的昵称
}
export default AtUserInfo;