DisBot
    Preparing search index...

    Type Alias LevelSettingsUpdateOneRequiredWithoutLevelRolesNestedInput

    type LevelSettingsUpdateOneRequiredWithoutLevelRolesNestedInput = {
        connect?: LevelSettingsWhereUniqueInput;
        connectOrCreate?: LevelSettingsCreateOrConnectWithoutLevelRolesInput;
        create?: XOR<
            LevelSettingsCreateWithoutLevelRolesInput,
            LevelSettingsUncheckedCreateWithoutLevelRolesInput,
        >;
        update?: XOR<
            XOR<
                LevelSettingsUpdateToOneWithWhereWithoutLevelRolesInput,
                LevelSettingsUpdateWithoutLevelRolesInput,
            >,
            LevelSettingsUncheckedUpdateWithoutLevelRolesInput,
        >;
        upsert?: LevelSettingsUpsertWithoutLevelRolesInput;
    }
    Index

    Properties