DisBot
    Preparing search index...

    Type Alias TicketFeedbackUpsertWithoutTicketInput

    type TicketFeedbackUpsertWithoutTicketInput = {
        create: XOR<
            TicketFeedbackCreateWithoutTicketInput,
            TicketFeedbackUncheckedCreateWithoutTicketInput,
        >;
        update: XOR<
            TicketFeedbackUpdateWithoutTicketInput,
            TicketFeedbackUncheckedUpdateWithoutTicketInput,
        >;
        where?: TicketFeedbackWhereInput;
    }
    Index

    Properties

    Properties