DisBot
    Preparing search index...

    Type Alias TempVoiceChannelsDeleteArgs<ExtArgs>

    TempVoiceChannels delete

    type TempVoiceChannelsDeleteArgs<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 delete.