Interface StoryQuizParticipantsFeedResponseRootObject

interface StoryQuizParticipantsFeedResponseRootObject {
    participant_info: StoryQuizParticipantsFeedResponseParticipant_info;
    status: string;
}

Properties

status: string