DisBot
    Preparing search index...

    Type Alias BuildInCommandsFindUniqueOrThrowArgs<ExtArgs>

    BuildInCommands findUniqueOrThrow

    type BuildInCommandsFindUniqueOrThrowArgs<
        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 fetch.