DisBot
    Preparing search index...

    Type Alias DisBotMinAggregateOutputType

    type DisBotMinAggregateOutputType = {
        GetConf: string | null;
        Id: number | null;
        SpotifyToken: string | null;
        TwitchToken: string | null;
        Version: string | null;
    }
    Index

    Properties

    GetConf: string | null
    Id: number | null
    SpotifyToken: string | null
    TwitchToken: string | null
    Version: string | null