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

    Interface ZodInvalidIntersectionTypesIssue

    interface ZodInvalidIntersectionTypesIssue {
        path: (string | number)[];
        message?: string;
        code: "invalid_intersection_types";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    path: (string | number)[]
    message?: string
    code: "invalid_intersection_types"