Sanity Library Reference Docs
    Preparing search index...
    interface OpAppliedSummary {
        opType: string;
        resolved?: Record<string, unknown>;
        target?: { field: string; scope: FieldScope };
    }
    Index

    Properties

    opType: string
    resolved?: Record<string, unknown>
    target?: { field: string; scope: FieldScope }