DisBot
    Preparing search index...

    Type Alias TicketsCreateNestedOneWithoutTicketFeedbackInput

    type TicketsCreateNestedOneWithoutTicketFeedbackInput = {
        connect?: TicketsWhereUniqueInput;
        connectOrCreate?: TicketsCreateOrConnectWithoutTicketFeedbackInput;
        create?: XOR<
            TicketsCreateWithoutTicketFeedbackInput,
            TicketsUncheckedCreateWithoutTicketFeedbackInput,
        >;
    }
    Index

    Properties