optimized imports

This commit is contained in:
Oleksandr Honcharov
2024-06-13 05:06:11 +03:00
parent 1766f047a4
commit 642545595b
3 changed files with 16 additions and 14 deletions
+3 -1
View File
@@ -3,5 +3,7 @@ declare module 'rage-fw-shared-types' {
export interface RageFW_ICustomClientEvent {}
export interface RageFW_ICustomCefEvent {}
export interface RageFW_ICustomCefEvent {
test(test: string): void
}
}