DisBot
    Preparing search index...

    Type Alias TicketsDefaultArgs<ExtArgs>

    Tickets without action

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

    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