DisBot
    Preparing search index...

    Type Alias GuildsGroupByOutputType

    type GuildsGroupByOutputType = {
        _avg: GuildsAvgAggregateOutputType | null;
        _count: GuildsCountAggregateOutputType | null;
        _max: GuildsMaxAggregateOutputType | null;
        _min: GuildsMinAggregateOutputType | null;
        _sum: GuildsSumAggregateOutputType | null;
        GuildId: string;
        GuildName: string;
        GuildOwner: string;
        Id: number;
    }
    Index

    Properties

    GuildId: string
    GuildName: string
    GuildOwner: string
    Id: number