@webitel/api-services
Preparing search index...
_models/typeInt.zod
TypeInt
Interface TypeInt
interface
TypeInt
{
max
?:
string
;
min
?:
string
;
violation
?:
TypeIntViolation
;
}
Index
Properties
max?
min?
violation?
Properties
Optional
max
max
?:
string
Optional
min
min
?:
string
Optional
violation
violation
?:
TypeIntViolation
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
max
min
violation
@webitel/api-services
Loading...