@douglasneuroinformatics/libjs
    Preparing search index...

    Type Alias ZodIssueLike

    type ZodIssueLike = {
        code: string;
        message: string;
        path: PropertyKey[];
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: string
    message: string
    path: PropertyKey[]