DisBot
    Preparing search index...

    Type Alias LevelSettingsUpdateToOneWithWhereWithoutLevelsInput

    type LevelSettingsUpdateToOneWithWhereWithoutLevelsInput = {
        data: XOR<
            LevelSettingsUpdateWithoutLevelsInput,
            LevelSettingsUncheckedUpdateWithoutLevelsInput,
        >;
        where?: LevelSettingsWhereInput;
    }
    Index

    Properties

    Properties