DisBot
    Preparing search index...

    Type Alias GuildReactionRolesGroupByOutputType

    type GuildReactionRolesGroupByOutputType = {
        _avg: GuildReactionRolesAvgAggregateOutputType | null;
        _count: GuildReactionRolesCountAggregateOutputType | null;
        _max: GuildReactionRolesMaxAggregateOutputType | null;
        _min: GuildReactionRolesMinAggregateOutputType | null;
        _sum: GuildReactionRolesSumAggregateOutputType | null;
        AddMessage: string | null;
        ChannelId: string | null;
        Emoji: string | null;
        GuildId: string;
        Id: number;
        MessageId: string | null;
        RemoveMessage: string | null;
        Roles: string[];
        UUID: string;
    }
    Index

    Properties

    AddMessage: string | null
    ChannelId: string | null
    Emoji: string | null
    GuildId: string
    Id: number
    MessageId: string | null
    RemoveMessage: string | null
    Roles: string[]
    UUID: string