DisBot
    Preparing search index...

    Type Alias DisBotFindFirstOrThrowArgs<ExtArgs>

    DisBot findFirstOrThrow

    type DisBotFindFirstOrThrowArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: DisBotWhereUniqueInput;
        distinct?: Prisma.DisBotScalarFieldEnum | Prisma.DisBotScalarFieldEnum[];
        omit?: DisBotOmit<ExtArgs> | null;
        orderBy?: DisBotOrderByWithRelationInput | DisBotOrderByWithRelationInput[];
        select?: DisBotSelect<ExtArgs> | null;
        skip?: number;
        take?: number;
        where?: DisBotWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for searching for DisBots.

    Distinct Docs

    Filter by unique combinations of DisBots.

    omit?: DisBotOmit<ExtArgs> | null

    Omit specific fields from the DisBot

    Sorting Docs

    Determine the order of DisBots to fetch.

    select?: DisBotSelect<ExtArgs> | null

    Select specific fields to fetch from the DisBot

    skip?: number

    Pagination Docs

    Skip the first n DisBots.

    take?: number

    Pagination Docs

    Take ±n DisBots from the position of the cursor.

    Filter, which DisBot to fetch.