DisBot
    Preparing search index...

    Type Alias GuildLogsSelectUpdateManyAndReturn<ExtArgs>

    GuildLogsSelectUpdateManyAndReturn: GetSelect<
        {
            GuildId?: boolean;
            Guilds?: boolean
            | GuildsDefaultArgs<ExtArgs>;
            Id?: boolean;
            LogJSON?: boolean;
            LogMessage?: boolean;
            Notes?: boolean;
            UUID?: boolean;
        },
        ExtArgs["result"]["guildLogs"],
    >

    Type Parameters