DisBot
    Preparing search index...

    Type Alias BuildInCommandsDeleteArgs<ExtArgs>

    BuildInCommands delete

    type BuildInCommandsDeleteArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: BuildInCommandsInclude<ExtArgs> | null;
        omit?: BuildInCommandsOmit<ExtArgs> | null;
        select?: BuildInCommandsSelect<ExtArgs> | null;
        where: BuildInCommandsWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    Choose, which related nodes to fetch as well

    Omit specific fields from the BuildInCommands

    Select specific fields to fetch from the BuildInCommands

    Filter which BuildInCommands to delete.