DisBot
    Preparing search index...

    Type Alias Tickets$TicketFeedbackArgs<ExtArgs>

    Tickets.TicketFeedback

    type Tickets$TicketFeedbackArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: TicketFeedbackInclude<ExtArgs> | null;
        omit?: TicketFeedbackOmit<ExtArgs> | null;
        select?: TicketFeedbackSelect<ExtArgs> | null;
        where?: TicketFeedbackWhereInput;
    }

    Type Parameters

    Index

    Properties

    include?: TicketFeedbackInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    Omit specific fields from the TicketFeedback

    select?: TicketFeedbackSelect<ExtArgs> | null

    Select specific fields to fetch from the TicketFeedback