jamespot-user-api
    Preparing search index...

    Type Alias jPollSurveyList

    jPollSurveyList: Merge<
        jArticleList,
        {
            anonymousResponse: null;
            banner?: string;
            dateEnd: string;
            multipleResponse: number;
            pollProgression: {
                colors: Record<string, string>;
                countRespondentsValue: number;
                maxRespondentsValue: number;
            };
            pollResponseShowProgression: number;
            publicResults: string
            | null;
            status: { name: string; value: number };
            type: "pollSurvey";
        },
    >