DisBot
    Preparing search index...

    Type Alias BuildInCommandsCreateArgs<ExtArgs>

    BuildInCommands create

    type BuildInCommandsCreateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<
            BuildInCommandsCreateInput,
            BuildInCommandsUncheckedCreateInput,
        >;
        include?: BuildInCommandsInclude<ExtArgs>
        | null;
        omit?: BuildInCommandsOmit<ExtArgs> | null;
        select?: BuildInCommandsSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    The data needed to create a BuildInCommands.

    Choose, which related nodes to fetch as well

    Omit specific fields from the BuildInCommands

    Select specific fields to fetch from the BuildInCommands