DisBot
    Preparing search index...

    Type Alias TempVoiceChannelsCreateArgs<ExtArgs>

    TempVoiceChannels create

    type TempVoiceChannelsCreateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<
            TempVoiceChannelsCreateInput,
            TempVoiceChannelsUncheckedCreateInput,
        >;
        include?: TempVoiceChannelsInclude<ExtArgs>
        | null;
        omit?: TempVoiceChannelsOmit<ExtArgs> | null;
        select?: TempVoiceChannelsSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    The data needed to create a TempVoiceChannels.

    Choose, which related nodes to fetch as well

    Omit specific fields from the TempVoiceChannels

    Select specific fields to fetch from the TempVoiceChannels