DisBot
    Preparing search index...

    Type Alias GiveawaysDeleteArgs<ExtArgs>

    Giveaways delete

    type GiveawaysDeleteArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: GiveawaysInclude<ExtArgs> | null;
        omit?: GiveawaysOmit<ExtArgs> | null;
        select?: GiveawaysSelect<ExtArgs> | null;
        where: GiveawaysWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    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

    Filter which Giveaways to delete.