6 lines
74 B
TypeScript
6 lines
74 B
TypeScript
|
|
|
|
export type MsgHbzbChangeRank = {
|
|
uid: string;
|
|
toUid: string;
|
|
}; |