mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Fix
This commit is contained in:
parent
8438812b41
commit
5b750d0bf2
1 changed files with 1 additions and 1 deletions
|
@ -2196,7 +2196,7 @@ function World.new()
|
||||||
return self
|
return self
|
||||||
end
|
end
|
||||||
|
|
||||||
export type Entity<T = nil> = T
|
export type Entity<T = unknown> = T
|
||||||
|
|
||||||
export type Id<T = nil> =
|
export type Id<T = nil> =
|
||||||
| Entity<T>
|
| Entity<T>
|
||||||
|
|
Loading…
Reference in a new issue