DisBot
    Preparing search index...

    Type Alias GuildsSelectUpdateManyAndReturn<ExtArgs>

    GuildsSelectUpdateManyAndReturn: GetSelect<
        {
            GuildId?: boolean;
            GuildName?: boolean;
            GuildOwner?: boolean;
            Id?: boolean;
        },
        ExtArgs["result"]["guilds"],
    >

    Type Parameters