DisBot
    Preparing search index...

    Type Alias TicketsCreateOrConnectWithoutTicketFeedbackInput

    type TicketsCreateOrConnectWithoutTicketFeedbackInput = {
        create: XOR<
            TicketsCreateWithoutTicketFeedbackInput,
            TicketsUncheckedCreateWithoutTicketFeedbackInput,
        >;
        where: TicketsWhereUniqueInput;
    }
    Index

    Properties

    Properties