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

    Type Alias ZodIssueBase

    type ZodIssueBase = {
        path: (string | number)[];
        message?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    path: (string | number)[]
    message?: string