Constraint

Types

Link copied to clipboard
interface Pattern : Constraint

Pattern constraints limit the format of a string to a specific regex pattern

Link copied to clipboard
interface Range : Constraint

Range constraints limit the lower and upper bounds a number can have

Link copied to clipboard
interface Size : Constraint

Size constraints limit the size of a string or list

Link copied to clipboard
interface Value : Constraint

Value constraints limit the value of a type to a specific value