DisBot
    Preparing search index...

    Type Alias PollOptionsGroupByOutputType

    type PollOptionsGroupByOutputType = {
        _avg: PollOptionsAvgAggregateOutputType | null;
        _count: PollOptionsCountAggregateOutputType | null;
        _max: PollOptionsMaxAggregateOutputType | null;
        _min: PollOptionsMinAggregateOutputType | null;
        _sum: PollOptionsSumAggregateOutputType | null;
        Description: string;
        Emoji: string | null;
        Id: number;
        Label: string;
        PollId: string;
        UserIds: string[];
        UUID: string;
    }
    Index

    Properties

    Description: string
    Emoji: string | null
    Id: number
    Label: string
    PollId: string
    UserIds: string[]
    UUID: string