interfaces
Interface: PollData
Defined in: src/components/thread/thread.types.ts:42
solana-app-kit / components/thread/thread.types / PollData
Interface: PollData
Defined in: src/components/thread/thread.types.ts:42
Properties
options
options:
string
[]
Defined in: src/components/thread/thread.types.ts:44
question
question:
string
Defined in: src/components/thread/thread.types.ts:43
votes
votes:
number
[]
Defined in: src/components/thread/thread.types.ts:45
Was this page helpful?