DisBot
    Preparing search index...

    Type Alias TempVoiceChannelsCreateManyAndReturnArgs<ExtArgs>

    TempVoiceChannels createManyAndReturn

    type TempVoiceChannelsCreateManyAndReturnArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data:
            | TempVoiceChannelsCreateManyInput
            | TempVoiceChannelsCreateManyInput[];
        include?: TempVoiceChannelsIncludeCreateManyAndReturn<ExtArgs>
        | null;
        omit?: TempVoiceChannelsOmit<ExtArgs> | null;
        select?: TempVoiceChannelsSelectCreateManyAndReturn<ExtArgs> | null;
        skipDuplicates?: boolean;
    }

    Type Parameters

    Index

    Properties

    The data used to create many TempVoiceChannels.

    Choose, which related nodes to fetch as well

    Omit specific fields from the TempVoiceChannels

    Select specific fields to fetch from the TempVoiceChannels

    skipDuplicates?: boolean