Sanity Library Reference Docs
    Preparing search index...

    Type Alias DiffMatchPatchOp

    Represents a diff-match-patch operation that can be applied to a string https://www.npmjs.com/package/@sanity/diff-match-patch

    type DiffMatchPatchOp = {
        type: "diffMatchPatch";
        value: string;
    }
    Index

    Properties

    Properties

    type: "diffMatchPatch"
    value: string