Zodiac API Documentation - v0.0.3
    Preparing search index...

    Interface ZodInvalidReturnTypeIssue

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

    Hierarchy (View Summary)

    Index

    Properties

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