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, GuildsDefaultArgs<ExtArgs>>Optional
args: Subset<T, ModerationScout$ModerationScoutCasesArgs<ExtArgs>>Optional
args: Subset<T, ModerationScout$ModerationScoutFormsArgs<ExtArgs>>Optional
args: Subset<T, ModerationScout$ModerationScoutReportModalDataArgs<ExtArgs>>Optional
args: Subset<T, ModerationScout$ModerationScoutReportsArgs<ExtArgs>>Optional
args: Subset<T, ModerationScout$UserAppealsArgs<ExtArgs>>
The delegate class that acts as a "Promise-like" for ModerationScout. 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