Type Alias GuildDropsWebhookSelectUpdateManyAndReturn<ExtArgs>

GuildDropsWebhookSelectUpdateManyAndReturn<ExtArgs>: GetSelect<{
    avatarUrl?: boolean;
    dbId?: boolean;
    guildDrops?: boolean | GuildDropsWebhook$guildDropsArgs<ExtArgs>;
    guildDropsId?: boolean;
    username?: boolean;
}, ExtArgs["result"]["guildDropsWebhook"]>

Type Parameters