DisBot
    Preparing search index...

    Type Alias TempVoicesFindManyArgs<ExtArgs>

    TempVoices findMany

    type TempVoicesFindManyArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: TempVoicesWhereUniqueInput;
        distinct?:
            | Prisma.TempVoicesScalarFieldEnum
            | Prisma.TempVoicesScalarFieldEnum[];
        include?: TempVoicesInclude<ExtArgs>
        | null;
        omit?: TempVoicesOmit<ExtArgs> | null;
        orderBy?:
            | TempVoicesOrderByWithRelationInput
            | TempVoicesOrderByWithRelationInput[];
        select?: TempVoicesSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: TempVoicesWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for listing TempVoices.

    include?: TempVoicesInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: TempVoicesOmit<ExtArgs> | null

    Omit specific fields from the TempVoices

    Sorting Docs

    Determine the order of TempVoices to fetch.

    select?: TempVoicesSelect<ExtArgs> | null

    Select specific fields to fetch from the TempVoices

    skip?: number

    Pagination Docs

    Skip the first n TempVoices.

    take?: number

    Pagination Docs

    Take ±n TempVoices from the position of the cursor.

    Filter, which TempVoices to fetch.