DisBot
    Preparing search index...

    Type Alias GuildAutoReactsGroupByOutputType

    type GuildAutoReactsGroupByOutputType = {
        _avg: GuildAutoReactsAvgAggregateOutputType | null;
        _count: GuildAutoReactsCountAggregateOutputType | null;
        _max: GuildAutoReactsMaxAggregateOutputType | null;
        _min: GuildAutoReactsMinAggregateOutputType | null;
        _sum: GuildAutoReactsSumAggregateOutputType | null;
        ChannelId: string;
        Emoji: string;
        GuildId: string;
        Id: number;
    }
    Index

    Properties

    ChannelId: string
    Emoji: string
    GuildId: string
    Id: number