DisBot
    Preparing search index...

    Type Alias TempVoiceChannelsCreateManyArgs<ExtArgs>

    TempVoiceChannels createMany

    type TempVoiceChannelsCreateManyArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data:
            | TempVoiceChannelsCreateManyInput
            | TempVoiceChannelsCreateManyInput[];
        skipDuplicates?: boolean;
    }

    Type Parameters

    Index

    Properties

    The data used to create many TempVoiceChannels.

    skipDuplicates?: boolean