DisBot
    Preparing search index...

    Type Alias TempVoiceChannelsFindUniqueArgs<ExtArgs>

    TempVoiceChannels findUnique

    type TempVoiceChannelsFindUniqueArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: TempVoiceChannelsInclude<ExtArgs> | null;
        omit?: TempVoiceChannelsOmit<ExtArgs> | null;
        select?: TempVoiceChannelsSelect<ExtArgs> | null;
        where: TempVoiceChannelsWhereUniqueInput;
    }

    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

    Filter, which TempVoiceChannels to fetch.