Interface PollQuestion

interface PollQuestion {
    text: string;
}

Hierarchy

Properties

Properties

text: string

The text.