DisBot
    Preparing search index...

    Type Alias GuildReactionRolesDeleteArgs<ExtArgs>

    GuildReactionRoles delete

    type GuildReactionRolesDeleteArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: GuildReactionRolesInclude<ExtArgs> | null;
        omit?: GuildReactionRolesOmit<ExtArgs> | null;
        select?: GuildReactionRolesSelect<ExtArgs> | null;
        where: GuildReactionRolesWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildReactionRoles

    Select specific fields to fetch from the GuildReactionRoles

    Filter which GuildReactionRoles to delete.