Integration App SDK - v1.14.0
    Preparing search index...

    Interface ZodNotMultipleOfIssue

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

    Hierarchy (View Summary)

    Index

    Properties

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