typed-factorio 0.7.3 → 0.7.4
Sign up to get free protection for your applications and to get access to all the features.
- package/generated/classes.d.ts +2 -2
- package/package.json +1 -1
package/generated/classes.d.ts
CHANGED
@@ -3291,7 +3291,7 @@ interface LuaEntity extends LuaControl {
|
|
3291
3291
|
*
|
3292
3292
|
* {@link https://lua-api.factorio.com/next/LuaEntity.html#LuaEntity.name View documentation}
|
3293
3293
|
*/
|
3294
|
-
readonly name:
|
3294
|
+
readonly name: string
|
3295
3295
|
/**
|
3296
3296
|
* Name of the entity or tile contained in this ghost
|
3297
3297
|
*
|
@@ -11332,7 +11332,7 @@ interface LuaItemPrototype {
|
|
11332
11332
|
*
|
11333
11333
|
* {@link https://lua-api.factorio.com/next/LuaItemPrototype.html#LuaItemPrototype.type View documentation}
|
11334
11334
|
*/
|
11335
|
-
readonly type:
|
11335
|
+
readonly type: string
|
11336
11336
|
/**
|
11337
11337
|
* Name of this prototype.
|
11338
11338
|
*
|