@public
type
ArrayOp
Represents ann operation that can be applied to an array
Import
import {type ArrayOp} from 'sanity/migrate'
Signature
type ArrayOp = | InsertOp<AnyArray, RelativePosition, IndexedSegment | KeyedSegment>
| ReplaceOp<AnyArray, IndexedSegment | KeyedSegment>
| TruncateOp
type ArrayOp = | InsertOp<AnyArray, RelativePosition, IndexedSegment | KeyedSegment>
| ReplaceOp<AnyArray, IndexedSegment | KeyedSegment>
| TruncateOp