mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
Update PlayerContainer.ts
This commit is contained in:
parent
51a08bbf34
commit
6d6dbb2584
1 changed files with 5 additions and 3 deletions
|
|
@ -11,9 +11,11 @@ import { Timer } from './utility.js';
|
|||
import type { WorldAvatar } from 'misskey-world/src/types.js';
|
||||
|
||||
export type PlayerProfile = {
|
||||
name: string;
|
||||
username: string;
|
||||
avatarUrl: string;
|
||||
user: {
|
||||
name: string;
|
||||
username: string;
|
||||
avatarUrl: string;
|
||||
} | null;
|
||||
worldAvatar: WorldAvatar;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue