DisBot
    Preparing search index...

    Type Alias TempVoiceChannelsFindUniqueOrThrowArgs<ExtArgs>

    TempVoiceChannels findUniqueOrThrow

    type TempVoiceChannelsFindUniqueOrThrowArgs<
        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.