DisBot
    Preparing search index...

    Type Alias DisBotSelectUpdateManyAndReturn<ExtArgs>

    DisBotSelectUpdateManyAndReturn: GetSelect<
        {
            GetConf?: boolean;
            Id?: boolean;
            Logs?: boolean;
            SpotifyToken?: boolean;
            TwitchToken?: boolean;
            Version?: boolean;
        },
        ExtArgs["result"]["disBot"],
    >

    Type Parameters