Interface StoryQuestionResponsesFeedResponseRespondersItem

interface StoryQuestionResponsesFeedResponseRespondersItem {
    has_shared_response: boolean;
    id: string;
    response: string;
    ts: number;
    user: StoryQuestionResponsesFeedResponseUser;
}

Properties

has_shared_response: boolean
id: string
response: string
ts: number