DisBot
    Preparing search index...

    Type Alias TempVoicesCreateManyAndReturnArgs<ExtArgs>

    TempVoices createManyAndReturn

    type TempVoicesCreateManyAndReturnArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: TempVoicesCreateManyInput | TempVoicesCreateManyInput[];
        include?: TempVoicesIncludeCreateManyAndReturn<ExtArgs> | null;
        omit?: TempVoicesOmit<ExtArgs> | null;
        select?: TempVoicesSelectCreateManyAndReturn<ExtArgs> | null;
        skipDuplicates?: boolean;
    }

    Type Parameters

    Index

    Properties

    The data used to create many TempVoices.

    Choose, which related nodes to fetch as well

    omit?: TempVoicesOmit<ExtArgs> | null

    Omit specific fields from the TempVoices

    Select specific fields to fetch from the TempVoices

    skipDuplicates?: boolean