Sanity Library Reference Docs
    Preparing search index...
    interface PlanDivergence {
        ownership: WriteOwnership;
        path: string;
        reason: "differs" | "missing";
    }
    Index

    Properties

    Properties

    ownership: WriteOwnership
    path: string

    Relative to the generation root, POSIX-separated.

    reason: "differs" | "missing"

    missing when nothing is at the path, differs when the file there holds other contents.