This commit is contained in:
Ketasaja 2025-02-09 01:56:47 +00:00
parent 8438812b41
commit 5b750d0bf2
No known key found for this signature in database
GPG key ID: CFEC764C3F7ADC69

View file

@ -2196,7 +2196,7 @@ function World.new()
return self
end
export type Entity<T = nil> = T
export type Entity<T = unknown> = T
export type Id<T = nil> =
| Entity<T>