DisBot
    Preparing search index...

    Type Alias TicketsCreateArgs<ExtArgs>

    Tickets create

    type TicketsCreateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<TicketsCreateInput, TicketsUncheckedCreateInput>;
        include?: TicketsInclude<ExtArgs> | null;
        omit?: TicketsOmit<ExtArgs> | null;
        select?: TicketsSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    The data needed to create a Tickets.

    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