IGPAPI
    Preparing search index...

    Interface StoryQuestionResponsesFeedResponseRespondersItem

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

    Properties

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