Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The resolved value cannot be modified from the callback.
Optional
onfinally: () => voidThe callback to execute when the Promise is settled (fulfilled or rejected).
A Promise for the completion of the callback.
Optional
args: Subset<T, GuildReactionRolesDefaultArgs<ExtArgs>>
The delegate class that acts as a "Promise-like" for ReactionRoleSelectmenu. Why is this prefixed with
Prisma__
? Because we want to prevent naming conflicts as mentioned in https://github.com/prisma/prisma-client-js/issues/707