Fixed bug
This commit is contained in:
@@ -3,6 +3,13 @@ export interface User {
|
|||||||
handle: string;
|
handle: string;
|
||||||
displayName: string;
|
displayName: string;
|
||||||
avatarUrl?: string | null;
|
avatarUrl?: string | null;
|
||||||
|
bio?: string | null;
|
||||||
|
headerUrl?: string | null;
|
||||||
|
followersCount?: number;
|
||||||
|
followingCount?: number;
|
||||||
|
postsCount?: number;
|
||||||
|
createdAt?: string;
|
||||||
|
movedTo?: string | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface MediaItem {
|
export interface MediaItem {
|
||||||
|
|||||||
Reference in New Issue
Block a user