DisBot
    Preparing search index...

    Type Alias GuildAutoRolesGroupByOutputType

    type GuildAutoRolesGroupByOutputType = {
        _avg: GuildAutoRolesAvgAggregateOutputType | null;
        _count: GuildAutoRolesCountAggregateOutputType | null;
        _max: GuildAutoRolesMaxAggregateOutputType | null;
        _min: GuildAutoRolesMinAggregateOutputType | null;
        _sum: GuildAutoRolesSumAggregateOutputType | null;
        GuildId: string;
        Id: number;
        RoleId: string;
    }
    Index

    Properties

    GuildId: string
    Id: number
    RoleId: string