Type Alias GuildDropsGameSelectUpdateManyAndReturn<ExtArgs>

GuildDropsGameSelectUpdateManyAndReturn<ExtArgs>: GetSelect<{
    channelId?: boolean;
    createdAt?: boolean;
    dbId?: boolean;
    game?: boolean | GuildDropsGame$gameArgs<ExtArgs>;
    gameId?: boolean;
    guildDrops?: boolean | GuildDropsGame$guildDropsArgs<ExtArgs>;
    guildDropsId?: boolean;
    liveNotifications?: boolean;
    roleId?: boolean;
}, ExtArgs["result"]["guildDropsGame"]>

Type Parameters