bupkis
API
Assertions
Preparing search index...
bupkis
z
core
$ZodIssueNotMultipleOf
Interface $ZodIssueNotMultipleOf<Input>
interface
$ZodIssueNotMultipleOf
<
Input
extends
number
|
bigint
=
number
|
bigint
,
>
{
code
:
"not_multiple_of"
;
divisor
:
number
;
input
?:
Input
;
path
:
PropertyKey
[]
;
message
:
string
;
}
Type Parameters
Input
extends
number
|
bigint
=
number
|
bigint
Hierarchy (
View Summary
)
$ZodIssueBase
$ZodIssueNotMultipleOf
Index
Properties
code
divisor
input?
path
message
Properties
Readonly
code
code
:
"not_multiple_of"
Readonly
divisor
divisor
:
number
Optional
Readonly
input
input
?:
Input
Readonly
path
path
:
PropertyKey
[]
Readonly
message
message
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
divisor
input
path
message
API
Assertions
GitHub
npm
bupkis
Loading...