interface
PollData
extends
Omit
<
RESTAPIPoll
, 'answers' | 'question'>
export
interface
PollData
extends
Omit
<
RESTAPIPoll
,
'answers'
|
'question'
>
Table of contents
Properties
answers
question
Properties
answers :
PollAnswerBuilder
[]
question :
PollQuestionBuilder