DisBot
    Preparing search index...

    Type Alias GiveawaysCreateArgs<ExtArgs>

    Giveaways create

    type GiveawaysCreateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<GiveawaysCreateInput, GiveawaysUncheckedCreateInput>;
        include?: GiveawaysInclude<ExtArgs> | null;
        omit?: GiveawaysOmit<ExtArgs> | null;
        select?: GiveawaysSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    The data needed to create a Giveaways.

    include?: GiveawaysInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: GiveawaysOmit<ExtArgs> | null

    Omit specific fields from the Giveaways

    select?: GiveawaysSelect<ExtArgs> | null

    Select specific fields to fetch from the Giveaways