DisBot
    Preparing search index...

    Type Alias TicketsCreateOrConnectWithoutTicketSetupInput

    type TicketsCreateOrConnectWithoutTicketSetupInput = {
        create: XOR<
            TicketsCreateWithoutTicketSetupInput,
            TicketsUncheckedCreateWithoutTicketSetupInput,
        >;
        where: TicketsWhereUniqueInput;
    }
    Index

    Properties

    Properties