DisBot
    Preparing search index...

    Type Alias DisBotGroupByOutputType

    type DisBotGroupByOutputType = {
        _avg: DisBotAvgAggregateOutputType | null;
        _count: DisBotCountAggregateOutputType | null;
        _max: DisBotMaxAggregateOutputType | null;
        _min: DisBotMinAggregateOutputType | null;
        _sum: DisBotSumAggregateOutputType | null;
        GetConf: string;
        Id: number;
        Logs: JsonValue[];
        SpotifyToken: string;
        TwitchToken: string;
        Version: string;
    }
    Index

    Properties

    GetConf: string
    Id: number
    Logs: JsonValue[]
    SpotifyToken: string
    TwitchToken: string
    Version: string