Interface StoryPollVotersFeedResponseRootObject

interface StoryPollVotersFeedResponseRootObject {
    status: string;
    voter_info: StoryPollVotersFeedResponseVoter_info;
}

Properties

Properties

status: string