This commit is contained in:
Oleksandr Honcharov
2024-06-10 03:53:42 +03:00
parent 835c84261c
commit 8a42309956
26 changed files with 4275 additions and 613 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"name": "rage-fw-shared-types",
"version": "0.0.1",
"types": "types/types/index.d.ts",
"files": [
"types/**/*"
],
"author": "SashaGoncharov19",
"license": "MIT",
"type": "module"
}
+5
View File
@@ -0,0 +1,5 @@
declare module 'rage-fw-shared-types' {
export interface RageFW_ICustomServerEvent {}
export interface RageFW_ICustomClientEvent {}
}