Sanity Library Reference Docs
    Preparing search index...

    Interface FormNodeValidation

    interface FormNodeValidation {
        level: "error" | "warning" | "info";
        message: string;
        path: Path;
    }
    Index

    Properties

    Properties

    level: "error" | "warning" | "info"
    message: string
    path: Path