DisBot
    Preparing search index...

    Type Alias ApisGroupByOutputType

    type ApisGroupByOutputType = {
        _avg: ApisAvgAggregateOutputType | null;
        _count: ApisCountAggregateOutputType | null;
        _max: ApisMaxAggregateOutputType | null;
        _min: ApisMinAggregateOutputType | null;
        _sum: ApisSumAggregateOutputType | null;
        AccessibleGuilds: string[];
        Flags: string[];
        Id: number;
        Key: string;
        UserId: string;
    }
    Index

    Properties

    AccessibleGuilds: string[]
    Flags: string[]
    Id: number
    Key: string
    UserId: string