data-cap
    Preparing search index...

    Interface RawOperationWrites

    One operation's statically-extracted writes field-ownership shape -- true (owns the whole capability), a nested plain object mirroring FieldOwnership<T> (untyped, since this is extracted data), or undefined when it couldn't be determined (never guessed at).

    interface RawOperationWrites {
        name: string;
        writes: unknown;
    }
    Index
    name: string

    The operation's key name.

    writes: unknown

    The extracted writes value, unvalidated against the actual fields shape.