Properties
author
author: {
avatar: null | string;
handle: string;
id: string;
username: string;
}
Type declaration
-
avatar: null | string
-
handle: string
-
id: string
-
username: string
counts
counts: {
likes: number;
replies: number;
reposts: number;
}
Type declaration
-
likes: number
-
replies: number
-
reposts: number
createdAt
createdAt: string
images
images: string[]
links
links: {
cid: string;
uri: string;
url: string;
}
Type declaration
-
cid: string
-
uri: string
-
url: string
media
media: unknown[]
reposted
reposted: null | {
createdAt: string;
user: {
avatar: string;
handle: string;
id: string;
username: string;
};
}
Type declaration
-
createdAt: string
-
user: {
avatar: string;
handle: string;
id: string;
username: string;
}
-
avatar: string
-
handle: string
-
id: string
-
username: string
text
text: string
type
type: "post" | "repost"