interface-forge - v2.5.0
Preparing search index...
src/zod
<internal>
$ZodIssueNotMultipleOf
Interface $ZodIssueNotMultipleOf<Input>
interface
$ZodIssueNotMultipleOf
<
Input
extends
number
|
bigint
=
number
|
bigint
,
>
{
code
:
"not_multiple_of"
;
divisor
:
number
;
input
:
Input
;
message
:
string
;
path
:
PropertyKey
[]
;
}
Type Parameters
Input
extends
number
|
bigint
=
number
|
bigint
Hierarchy (
View Summary
)
$ZodIssueBase
$ZodIssueNotMultipleOf
Index
Properties
code
divisor
input
message
path
Properties
Readonly
code
code
:
"not_multiple_of"
Readonly
divisor
divisor
:
number
Readonly
input
input
:
Input
Readonly
message
message
:
string
Readonly
path
path
:
PropertyKey
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
divisor
input
message
path
interface-forge - v2.5.0
Loading...