DisBot
    Preparing search index...

    Type Alias BuildInCommandsDefaultArgs<ExtArgs>

    BuildInCommands without action

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

    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