Type Alias: Choice
type Choice = {
choiceId: string;
clickedStyle?: ClickedStyle;
text: string;
};
Properties
| Property | Type |
|---|---|
choiceId |
string |
clickedStyle? |
ClickedStyle |
text |
string |
type Choice = {
choiceId: string;
clickedStyle?: ClickedStyle;
text: string;
};
| Property | Type |
|---|---|
choiceId |
string |
clickedStyle? |
ClickedStyle |
text |
string |