DisBot
    Preparing search index...

    Type Alias TicketSetupsCreateArgs<ExtArgs>

    TicketSetups create

    type TicketSetupsCreateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<TicketSetupsCreateInput, TicketSetupsUncheckedCreateInput>;
        include?: TicketSetupsInclude<ExtArgs> | null;
        omit?: TicketSetupsOmit<ExtArgs> | null;
        select?: TicketSetupsSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    The data needed to create a TicketSetups.

    include?: TicketSetupsInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: TicketSetupsOmit<ExtArgs> | null

    Omit specific fields from the TicketSetups

    select?: TicketSetupsSelect<ExtArgs> | null

    Select specific fields to fetch from the TicketSetups