DisBot
    Preparing search index...

    Type Alias GiveawaysCreateManyAndReturnArgs<ExtArgs>

    Giveaways createManyAndReturn

    type GiveawaysCreateManyAndReturnArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: GiveawaysCreateManyInput | GiveawaysCreateManyInput[];
        include?: GiveawaysIncludeCreateManyAndReturn<ExtArgs> | null;
        omit?: GiveawaysOmit<ExtArgs> | null;
        select?: GiveawaysSelectCreateManyAndReturn<ExtArgs> | null;
        skipDuplicates?: boolean;
    }

    Type Parameters

    Index

    Properties

    The data used to create many Giveaways.

    Choose, which related nodes to fetch as well

    omit?: GiveawaysOmit<ExtArgs> | null

    Omit specific fields from the Giveaways

    Select specific fields to fetch from the Giveaways

    skipDuplicates?: boolean