@@ -0,0 +1,11 @@
|
||||
declare namespace org {
|
||||
namespace bukkit {
|
||||
class UndefinedNullability {
|
||||
/**
|
||||
* Human readable description of the circumstances, in which the type is
|
||||
* nullable.
|
||||
*/
|
||||
public value(): string;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user