@rendley/sdk - v1.12.6
    Preparing search index...

    Interface ZodInvalidReturnTypeIssue

    interface ZodInvalidReturnTypeIssue {
        code: "invalid_return_type";
        message?: string;
        path: (string | number)[];
        returnTypeError: Zod.ZodError;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "invalid_return_type"
    message?: string
    path: (string | number)[]
    returnTypeError: Zod.ZodError