DisBot
    Preparing search index...

    Type Alias TicketSetupsUpdateOneRequiredWithoutTicketsNestedInput

    type TicketSetupsUpdateOneRequiredWithoutTicketsNestedInput = {
        connect?: TicketSetupsWhereUniqueInput;
        connectOrCreate?: TicketSetupsCreateOrConnectWithoutTicketsInput;
        create?: XOR<
            TicketSetupsCreateWithoutTicketsInput,
            TicketSetupsUncheckedCreateWithoutTicketsInput,
        >;
        update?: XOR<
            XOR<
                TicketSetupsUpdateToOneWithWhereWithoutTicketsInput,
                TicketSetupsUpdateWithoutTicketsInput,
            >,
            TicketSetupsUncheckedUpdateWithoutTicketsInput,
        >;
        upsert?: TicketSetupsUpsertWithoutTicketsInput;
    }
    Index

    Properties