DisBot
    Preparing search index...

    Type Alias TicketSetupsUpsertWithoutTicketsInput

    type TicketSetupsUpsertWithoutTicketsInput = {
        create: XOR<
            TicketSetupsCreateWithoutTicketsInput,
            TicketSetupsUncheckedCreateWithoutTicketsInput,
        >;
        update: XOR<
            TicketSetupsUpdateWithoutTicketsInput,
            TicketSetupsUncheckedUpdateWithoutTicketsInput,
        >;
        where?: TicketSetupsWhereInput;
    }
    Index

    Properties

    Properties