@cybermp-community/client-types 2.0.0 → 2.0.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.
- package/dist/common.d.ts +4 -4
- package/dist/index.d.ts +5 -0
- package/dist/mp.d.ts +0 -2
- package/package.json +1 -1
package/dist/common.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ export type ResAsyncRef<T = any> = T;
|
|
|
7
7
|
export type CurveData<T = any> = T;
|
|
8
8
|
export type ResRef<T = any> = T;
|
|
9
9
|
export type MultiChannelCurve<T = any> = T;
|
|
10
|
-
export type Uint64= bigint;
|
|
11
|
-
export type Uint32= number;
|
|
12
|
-
export type Int64= bigint;
|
|
13
|
-
export type Int32= number;
|
|
10
|
+
export type Uint64 = bigint;
|
|
11
|
+
export type Uint32 = number;
|
|
12
|
+
export type Int64 = bigint;
|
|
13
|
+
export type Int32 = number;
|
package/dist/index.d.ts
CHANGED
package/dist/mp.d.ts
CHANGED