DisBot
    Preparing search index...

    Type Alias TempVoiceChannelsUpsertArgs<ExtArgs>

    TempVoiceChannels upsert

    type TempVoiceChannelsUpsertArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        create: XOR<
            TempVoiceChannelsCreateInput,
            TempVoiceChannelsUncheckedCreateInput,
        >;
        include?: TempVoiceChannelsInclude<ExtArgs>
        | null;
        omit?: TempVoiceChannelsOmit<ExtArgs> | null;
        select?: TempVoiceChannelsSelect<ExtArgs> | null;
        update: XOR<
            TempVoiceChannelsUpdateInput,
            TempVoiceChannelsUncheckedUpdateInput,
        >;
        where: TempVoiceChannelsWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    In case the TempVoiceChannels found by the where argument doesn't exist, create a new TempVoiceChannels with this data.

    Choose, which related nodes to fetch as well

    Omit specific fields from the TempVoiceChannels

    Select specific fields to fetch from the TempVoiceChannels

    In case the TempVoiceChannels was found with the provided where argument, update it with this data.

    The filter to search for the TempVoiceChannels to update in case it exists.