@citizenfx/client 2.0.6260-1 → 2.0.6262-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26754,6 +26754,8 @@ declare function RegisterNoirScreenEffectThisFrame(): void;
26754
26754
  */
26755
26755
  declare function N_0xa44ff770dfbc5dae(): void;
26756
26756
 
26757
+ declare function RegisterNuiCallback(callbackType: string, callback: Function): void;
26758
+
26757
26759
  declare function RegisterNuiCallbackType(callbackType: string): void;
26758
26760
 
26759
26761
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenfx/client",
3
- "version": "2.0.6260-1",
3
+ "version": "2.0.6262-1",
4
4
  "description": "Typings for the CitizenFX client JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {