Skip to content

Commit b94c5fc

Browse files
committed
docs(jsonOptionValidator): deprecate
1 parent 35a244e commit b94c5fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/builders/src/components/Assertions.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ export const labelValueDescriptionValidator = s
5050
.lengthLessThanOrEqual(100)
5151
.setValidationEnabled(isValidationEnabled);
5252

53+
/**
54+
* @deprecated Replaced with selectMenuStringOptionPredicate.
55+
*/
5356
export const jsonOptionValidator = s
5457
.object({
5558
label: labelValueDescriptionValidator,

0 commit comments

Comments
 (0)