Skip to content

Commit b18d527

Browse files
committed
fix(schema): any primitive type
1 parent 22c0b4a commit b18d527

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourcemod-dev/schema",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"files": [

schema/src/interfaces/symbol/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,5 @@ export const PRIMITIVE_TYPES = [
111111
'float',
112112
'float&',
113113
'float[]',
114+
'any',
114115
];

0 commit comments

Comments
 (0)