DisBot
    Preparing search index...

    Type Alias ReactionRoleButtonDeleteArgs<ExtArgs>

    ReactionRoleButton delete

    type ReactionRoleButtonDeleteArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: ReactionRoleButtonInclude<ExtArgs> | null;
        omit?: ReactionRoleButtonOmit<ExtArgs> | null;
        select?: ReactionRoleButtonSelect<ExtArgs> | null;
        where: ReactionRoleButtonWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    Choose, which related nodes to fetch as well

    Omit specific fields from the ReactionRoleButton

    Select specific fields to fetch from the ReactionRoleButton

    Filter which ReactionRoleButton to delete.