jamespot-user-api
    Preparing search index...

    Type Alias jPollSurveyView

    jPollSurveyView: Merge<
        Merge<jArticleView, jPollSurveyList>,
        {
            pollBanner?: [];
            pollContent?: SurveySection[] | null;
            pollForceClose: null;
            pollLinks?: null;
            pollMessage?: string;
            pollResponseAuthorVisibility?: null;
            pollResponseShowRespondent: null;
            pollResponseUserVisibility?: null;
        },
    >