mirror of
https://github.com/LucasDower/ObjToSchematic.git
synced 2025-12-11 20:15:30 +01:00
Added explicit return type to getValue
This commit is contained in:
parent
2c36da199f
commit
27abfb348c
@ -23,7 +23,7 @@ export abstract class BaseUIElement<Type> {
|
||||
return this._cachedValue as Type;
|
||||
}
|
||||
|
||||
protected getValue() {
|
||||
protected getValue(): Type {
|
||||
ASSERT(this._value);
|
||||
return this._value;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user