@mirta/globals 0.0.4 → 0.0.5
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/package.json +1 -1
- package/types/wb-rules.d.ts +1 -1
package/package.json
CHANGED
package/types/wb-rules.d.ts
CHANGED
|
@@ -233,7 +233,7 @@ declare namespace WbRules {
|
|
|
233
233
|
|
|
234
234
|
type MaybeValueEnum<TControl>
|
|
235
235
|
= TControl extends 'value'
|
|
236
|
-
? { enum?: Record<number, TitleLocalized> }
|
|
236
|
+
? { units?: string, enum?: Record<number, TitleLocalized> }
|
|
237
237
|
: never
|
|
238
238
|
|
|
239
239
|
type MaybeTextEnum<TControl>
|