DisBot
    Preparing search index...

    Type Alias LeaveImageDataFindFirstOrThrowArgs<ExtArgs>

    LeaveImageData findFirstOrThrow

    type LeaveImageDataFindFirstOrThrowArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        cursor?: LeaveImageDataWhereUniqueInput;
        distinct?:
            | Prisma.LeaveImageDataScalarFieldEnum
            | Prisma.LeaveImageDataScalarFieldEnum[];
        include?: LeaveImageDataInclude<ExtArgs>
        | null;
        omit?: LeaveImageDataOmit<ExtArgs> | null;
        orderBy?:
            | LeaveImageDataOrderByWithRelationInput
            | LeaveImageDataOrderByWithRelationInput[];
        select?: LeaveImageDataSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: LeaveImageDataWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for searching for LeaveImageData.

    Distinct Docs

    Filter by unique combinations of LeaveImageData.

    include?: LeaveImageDataInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    Omit specific fields from the LeaveImageData

    Sorting Docs

    Determine the order of LeaveImageData to fetch.

    select?: LeaveImageDataSelect<ExtArgs> | null

    Select specific fields to fetch from the LeaveImageData

    skip?: number

    Pagination Docs

    Skip the first n LeaveImageData.

    take?: number

    Pagination Docs

    Take ±n LeaveImageData from the position of the cursor.

    Filter, which LeaveImageData to fetch.