interface BaseFetchPollAnswerVotersOptions {
    after?: string;
    limit?: number;
}

Hierarchy (View Summary)

Properties

Properties

after?: string
limit?: number