DisBot
    Preparing search index...

    Type Alias TicketsDeleteArgs<ExtArgs>

    Tickets delete

    type TicketsDeleteArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: TicketsInclude<ExtArgs> | null;
        omit?: TicketsOmit<ExtArgs> | null;
        select?: TicketsSelect<ExtArgs> | null;
        where: TicketsWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    include?: TicketsInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: TicketsOmit<ExtArgs> | null

    Omit specific fields from the Tickets

    select?: TicketsSelect<ExtArgs> | null

    Select specific fields to fetch from the Tickets

    Filter which Tickets to delete.