interface ZodNotMultipleOfIssue {
    code: "not_multiple_of";
    message?: string;
    multipleOf: number | bigint;
    path: (string | number)[];
}

Hierarchy-Diagram

UML class diagram of ZodNotMultipleOfIssue
Legend
icon for an interface in the UML class diagram interface
icon for a public property in the UML class diagram public property

Hierarchy (view full)

Properties

code: "not_multiple_of"
message?: string
multipleOf: number | bigint
path: (string | number)[]