DisBot
    Preparing search index...

    Type Alias PollsCountOutputType

    Count Type PollsCountOutputType

    type PollsCountOutputType = {
        PollAnswers: number;
        PollOptions: number;
    }
    Index

    Properties

    PollAnswers: number
    PollOptions: number