DisBot
    Preparing search index...

    Type Alias TicketSetupsCreateNestedOneWithoutTicketsInput

    type TicketSetupsCreateNestedOneWithoutTicketsInput = {
        connect?: TicketSetupsWhereUniqueInput;
        connectOrCreate?: TicketSetupsCreateOrConnectWithoutTicketsInput;
        create?: XOR<
            TicketSetupsCreateWithoutTicketsInput,
            TicketSetupsUncheckedCreateWithoutTicketsInput,
        >;
    }
    Index

    Properties