Interface HighlightsRepositoryEditReelResponseStoryQuizParticipantInfosItem

interface HighlightsRepositoryEditReelResponseStoryQuizParticipantInfosItem {
    max_id: null;
    more_available: boolean;
    participants: HighlightsRepositoryEditReelResponseParticipantsItem[];
    quiz_id: string;
}

Properties

max_id: null
more_available: boolean
quiz_id: string