DisBot
    Preparing search index...

    Type Alias TicketsUpsertWithoutTicketFeedbackInput

    type TicketsUpsertWithoutTicketFeedbackInput = {
        create: XOR<
            TicketsCreateWithoutTicketFeedbackInput,
            TicketsUncheckedCreateWithoutTicketFeedbackInput,
        >;
        update: XOR<
            TicketsUpdateWithoutTicketFeedbackInput,
            TicketsUncheckedUpdateWithoutTicketFeedbackInput,
        >;
        where?: TicketsWhereInput;
    }
    Index

    Properties

    Properties