DisBot
    Preparing search index...

    Type Alias GuildsUpdateOneRequiredWithoutTicketSetupsNestedInput

    type GuildsUpdateOneRequiredWithoutTicketSetupsNestedInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutTicketSetupsInput;
        create?: XOR<
            GuildsCreateWithoutTicketSetupsInput,
            GuildsUncheckedCreateWithoutTicketSetupsInput,
        >;
        update?: XOR<
            XOR<
                GuildsUpdateToOneWithWhereWithoutTicketSetupsInput,
                GuildsUpdateWithoutTicketSetupsInput,
            >,
            GuildsUncheckedUpdateWithoutTicketSetupsInput,
        >;
        upsert?: GuildsUpsertWithoutTicketSetupsInput;
    }
    Index

    Properties