Interface StoryQuizParticipantsFeedResponseParticipantsItem

interface StoryQuizParticipantsFeedResponseParticipantsItem {
    answer: number;
    ts: number;
    user: StoryQuizParticipantsFeedResponseUser;
}

Properties

Properties

answer: number
ts: number