"Any" should be "any" not "number"
This commit is contained in:
8
ts-lua/types/2take1.d.ts
vendored
8
ts-lua/types/2take1.d.ts
vendored
@@ -3,15 +3,15 @@
|
||||
* @public
|
||||
*/
|
||||
|
||||
type Player = number;
|
||||
type Entity = number;
|
||||
type Ped = number;
|
||||
type Vehicle = number;
|
||||
type Ped = Entity;
|
||||
type Player = Ped;
|
||||
type Vehicle = Entity;
|
||||
type Group = number;
|
||||
type Hash = number;
|
||||
type Pickup = Hash;
|
||||
type Ptfx = number;
|
||||
type Any = number;
|
||||
|
||||
type Thread = number;
|
||||
|
||||
type Feature = number;
|
||||
|
||||
Reference in New Issue
Block a user