Membrane SDK - v0.8.0
Console
React Lib
REST API
Preparing search index...
@membranehq/sdk
$ZodIssueNotMultipleOf
Interface $ZodIssueNotMultipleOf<Input>
interface
$ZodIssueNotMultipleOf
<
Input
extends
number
|
bigint
=
number
|
bigint
,
>
{
path
:
PropertyKey
[]
;
message
:
string
;
code
:
"not_multiple_of"
;
divisor
:
number
;
input
?:
Input
;
}
Type Parameters
Input
extends
number
|
bigint
=
number
|
bigint
Hierarchy (
View Summary
)
$ZodIssueBase
$ZodIssueNotMultipleOf
Index
Properties
path
message
code
divisor
input?
Properties
Readonly
path
path
:
PropertyKey
[]
Readonly
message
message
:
string
Readonly
code
code
:
"not_multiple_of"
Readonly
divisor
divisor
:
number
Optional
Readonly
input
input
?:
Input
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
path
message
code
divisor
input
Console
React Lib
REST API
Membrane SDK - v0.8.0
Loading...