DisBot
    Preparing search index...

    Type Alias TempVoiceChannelsFindManyArgs<ExtArgs>

    TempVoiceChannels findMany

    type TempVoiceChannelsFindManyArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: TempVoiceChannelsWhereUniqueInput;
        distinct?:
            | Prisma.TempVoiceChannelsScalarFieldEnum
            | Prisma.TempVoiceChannelsScalarFieldEnum[];
        include?: TempVoiceChannelsInclude<ExtArgs>
        | null;
        omit?: TempVoiceChannelsOmit<ExtArgs> | null;
        orderBy?:
            | TempVoiceChannelsOrderByWithRelationInput
            | TempVoiceChannelsOrderByWithRelationInput[];
        select?: TempVoiceChannelsSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: TempVoiceChannelsWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for listing TempVoiceChannels.

    Choose, which related nodes to fetch as well

    Omit specific fields from the TempVoiceChannels

    Sorting Docs

    Determine the order of TempVoiceChannels to fetch.

    Select specific fields to fetch from the TempVoiceChannels

    skip?: number

    Pagination Docs

    Skip the first n TempVoiceChannels.

    take?: number

    Pagination Docs

    Take ±n TempVoiceChannels from the position of the cursor.

    Filter, which TempVoiceChannels to fetch.