@riocrypto/common 1.0.2262 → 1.0.2264
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/build/types/user.d.ts
CHANGED
|
@@ -111,10 +111,12 @@ export declare type User = {
|
|
|
111
111
|
};
|
|
112
112
|
};
|
|
113
113
|
TWAP?: {
|
|
114
|
-
[key in
|
|
115
|
-
[key in
|
|
116
|
-
|
|
117
|
-
|
|
114
|
+
[key in Country]?: {
|
|
115
|
+
[key in Fiat]?: {
|
|
116
|
+
[key in Side]?: {
|
|
117
|
+
minClipSize?: number;
|
|
118
|
+
interval?: number;
|
|
119
|
+
};
|
|
118
120
|
};
|
|
119
121
|
};
|
|
120
122
|
};
|