mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 22:40:50 +01:00
7 lines
98 B
TypeScript
7 lines
98 B
TypeScript
export interface IGroupChatData
|
|
{
|
|
username: string;
|
|
figure: string;
|
|
userId: number;
|
|
}
|