DisBot
    Preparing search index...

    Type Alias TicketSetupsCreateOrConnectWithoutTicketsInput

    type TicketSetupsCreateOrConnectWithoutTicketsInput = {
        create: XOR<
            TicketSetupsCreateWithoutTicketsInput,
            TicketSetupsUncheckedCreateWithoutTicketsInput,
        >;
        where: TicketSetupsWhereUniqueInput;
    }
    Index

    Properties

    Properties