Sanity Library Reference Docs
    Preparing search index...
    interface ValidationIssue {
        message: string;
        path: readonly PropertyKey[];
    }
    Index

    Properties

    Properties

    message: string
    path: readonly PropertyKey[]