DisBot
    Preparing search index...

    Type Alias ReactionRoleSelectmenuGroupByOutputType

    type ReactionRoleSelectmenuGroupByOutputType = {
        _avg: ReactionRoleSelectmenuAvgAggregateOutputType | null;
        _count: ReactionRoleSelectmenuCountAggregateOutputType | null;
        _max: ReactionRoleSelectmenuMaxAggregateOutputType | null;
        _min: ReactionRoleSelectmenuMinAggregateOutputType | null;
        _sum: ReactionRoleSelectmenuSumAggregateOutputType | null;
        Description: string | null;
        Emoji: string | null;
        GuildReactionRoleId: string;
        Id: number;
        Label: string | null;
    }
    Index

    Properties

    Description: string | null
    Emoji: string | null
    GuildReactionRoleId: string
    Id: number
    Label: string | null