FIX: improved the visit card, cleanup the code
This commit is contained in:
@@ -36,6 +36,7 @@ export interface CharacterTexture {
|
||||
export interface FetchMemberDataByUuidResponse {
|
||||
uuid: string;
|
||||
tags: string[];
|
||||
visitCardUrl: string|null;
|
||||
textures: CharacterTexture[];
|
||||
messages: unknown[];
|
||||
anonymous?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user