DisBot
    Preparing search index...

    Type Alias BuildInCommandsFindFirstOrThrowArgs<ExtArgs>

    BuildInCommands findFirstOrThrow

    type BuildInCommandsFindFirstOrThrowArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        cursor?: BuildInCommandsWhereUniqueInput;
        distinct?:
            | Prisma.BuildInCommandsScalarFieldEnum
            | Prisma.BuildInCommandsScalarFieldEnum[];
        include?: BuildInCommandsInclude<ExtArgs>
        | null;
        omit?: BuildInCommandsOmit<ExtArgs> | null;
        orderBy?:
            | BuildInCommandsOrderByWithRelationInput
            | BuildInCommandsOrderByWithRelationInput[];
        select?: BuildInCommandsSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: BuildInCommandsWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for searching for BuildInCommands.

    Distinct Docs

    Filter by unique combinations of BuildInCommands.

    Choose, which related nodes to fetch as well

    Omit specific fields from the BuildInCommands

    Sorting Docs

    Determine the order of BuildInCommands to fetch.

    Select specific fields to fetch from the BuildInCommands

    skip?: number

    Pagination Docs

    Skip the first n BuildInCommands.

    take?: number

    Pagination Docs

    Take ±n BuildInCommands from the position of the cursor.

    Filter, which BuildInCommands to fetch.