DisBot
    Preparing search index...

    Type Alias TicketsUpsertWithWhereUniqueWithoutTicketSetupInput

    type TicketsUpsertWithWhereUniqueWithoutTicketSetupInput = {
        create: XOR<
            TicketsCreateWithoutTicketSetupInput,
            TicketsUncheckedCreateWithoutTicketSetupInput,
        >;
        update: XOR<
            TicketsUpdateWithoutTicketSetupInput,
            TicketsUncheckedUpdateWithoutTicketSetupInput,
        >;
        where: TicketsWhereUniqueInput;
    }
    Index

    Properties

    Properties