kui-crm 0.0.351 → 0.0.352
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/index.d.ts +1 -0
- package/package.json +1 -1
- package/types/index.d.ts +1 -0
package/index.d.ts
CHANGED
|
@@ -1701,6 +1701,7 @@ declare type ObjectMetroStationParams = {
|
|
|
1701
1701
|
carDistance?: number;
|
|
1702
1702
|
carTime?: number;
|
|
1703
1703
|
walkTime?: number;
|
|
1704
|
+
color?: string;
|
|
1704
1705
|
};
|
|
1705
1706
|
declare type EmptyType = null | undefined;
|
|
1706
1707
|
declare type Values<T extends object> = T[keyof T];
|
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -1003,6 +1003,7 @@ declare type ObjectMetroStationParams = {
|
|
|
1003
1003
|
carDistance?: number;
|
|
1004
1004
|
carTime?: number;
|
|
1005
1005
|
walkTime?: number;
|
|
1006
|
+
color?: string;
|
|
1006
1007
|
};
|
|
1007
1008
|
declare type EmptyType = null | undefined;
|
|
1008
1009
|
declare type Values<T extends object> = T[keyof T];
|