DisBot
    Preparing search index...

    Type Alias ModerationScoutReportsFindFirstOrThrowArgs<ExtArgs>

    ModerationScoutReports findFirstOrThrow

    type ModerationScoutReportsFindFirstOrThrowArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        cursor?: ModerationScoutReportsWhereUniqueInput;
        distinct?:
            | Prisma.ModerationScoutReportsScalarFieldEnum
            | Prisma.ModerationScoutReportsScalarFieldEnum[];
        include?: ModerationScoutReportsInclude<ExtArgs>
        | null;
        omit?: ModerationScoutReportsOmit<ExtArgs> | null;
        orderBy?:
            | ModerationScoutReportsOrderByWithRelationInput
            | ModerationScoutReportsOrderByWithRelationInput[];
        select?: ModerationScoutReportsSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: ModerationScoutReportsWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for searching for ModerationScoutReports.

    Distinct Docs

    Filter by unique combinations of ModerationScoutReports.

    Choose, which related nodes to fetch as well

    Omit specific fields from the ModerationScoutReports

    Sorting Docs

    Determine the order of ModerationScoutReports to fetch.

    Select specific fields to fetch from the ModerationScoutReports

    skip?: number

    Pagination Docs

    Skip the first n ModerationScoutReports.

    take?: number

    Pagination Docs

    Take ±n ModerationScoutReports from the position of the cursor.

    Filter, which ModerationScoutReports to fetch.