WithConstraints<T extends { T }> Type
WithConstraints = T & { constraints?: PropertyValueConstraints }
Expands specified type with additional constraints property.
Defined in
Last Updated: 10 February, 2025
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.