DisBot
    Preparing search index...

    Type Alias LevelSettingsUpdateOneRequiredWithoutLevelsNestedInput

    type LevelSettingsUpdateOneRequiredWithoutLevelsNestedInput = {
        connect?: LevelSettingsWhereUniqueInput;
        connectOrCreate?: LevelSettingsCreateOrConnectWithoutLevelsInput;
        create?: XOR<
            LevelSettingsCreateWithoutLevelsInput,
            LevelSettingsUncheckedCreateWithoutLevelsInput,
        >;
        update?: XOR<
            XOR<
                LevelSettingsUpdateToOneWithWhereWithoutLevelsInput,
                LevelSettingsUpdateWithoutLevelsInput,
            >,
            LevelSettingsUncheckedUpdateWithoutLevelsInput,
        >;
        upsert?: LevelSettingsUpsertWithoutLevelsInput;
    }
    Index

    Properties