DisBot
    Preparing search index...

    Type Alias TempVoices$TempVoiceChannelsArgs<ExtArgs>

    TempVoices.TempVoiceChannels

    type TempVoices$TempVoiceChannelsArgs<
        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

    Choose, which related nodes to fetch as well

    Omit specific fields from the TempVoiceChannels

    Select specific fields to fetch from the TempVoiceChannels

    skip?: number
    take?: number