DisBot
    Preparing search index...

    Type Alias TicketFeedbackCreateOrConnectWithoutTicketInput

    type TicketFeedbackCreateOrConnectWithoutTicketInput = {
        create: XOR<
            TicketFeedbackCreateWithoutTicketInput,
            TicketFeedbackUncheckedCreateWithoutTicketInput,
        >;
        where: TicketFeedbackWhereUniqueInput;
    }
    Index

    Properties

    Properties