DisBot
    Preparing search index...

    Type Alias XPDropsGroupByOutputType

    type XPDropsGroupByOutputType = {
        _avg: XPDropsAvgAggregateOutputType | null;
        _count: XPDropsCountAggregateOutputType | null;
        _max: XPDropsMaxAggregateOutputType | null;
        _min: XPDropsMinAggregateOutputType | null;
        _sum: XPDropsSumAggregateOutputType | null;
        ChannelIds: string[];
        ClaimType: number;
        GuildId: string;
        Id: number;
        TimeToRespawn: string;
        XPRange: string;
    }
    Index

    Properties

    ChannelIds: string[]
    ClaimType: number
    GuildId: string
    Id: number
    TimeToRespawn: string
    XPRange: string