@osynicite/osynic-osuapi
    Preparing search index...

    Interface ForumTopicPoll

    interface ForumTopicPoll {
        hide_results: boolean;
        length_days: number;
        max_options: number;
        options: string;
        title: string;
        vote_change: boolean;
    }
    Index

    Properties

    hide_results: boolean
    length_days: number
    max_options: number
    options: string
    title: string
    vote_change: boolean