Interface: ThreadPost
Defined in: src/components/thread/thread.types.ts:67
solana-app-kit / components/thread/thread.types / ThreadPost
Interface: ThreadPost
Defined in: src/components/thread/thread.types.ts:67
Properties
createdAt
createdAt:
string
Defined in: src/components/thread/thread.types.ts:72
id
id:
string
Defined in: src/components/thread/thread.types.ts:68
parentId?
optional
parentId:null
|string
Defined in: src/components/thread/thread.types.ts:69
quoteCount
quoteCount:
number
Defined in: src/components/thread/thread.types.ts:76
reactionCount
reactionCount:
number
Defined in: src/components/thread/thread.types.ts:74
reactions?
optional
reactions:object
Defined in: src/components/thread/thread.types.ts:77
Index Signature
[key
: string
]: number
replies
replies:
ThreadPost
[]
Defined in: src/components/thread/thread.types.ts:73
retweetCount
retweetCount:
number
Defined in: src/components/thread/thread.types.ts:75
sections
sections:
ThreadSection
[]
Defined in: src/components/thread/thread.types.ts:71
user
user:
ThreadUser
Defined in: src/components/thread/thread.types.ts:70
Was this page helpful?