DataInitializerResult interface
What an initializer gives back: the extra fields to merge onto each object, keyed by that object's id.
Signature:
export interface DataInitializerResult
Remarks
Each value is merged onto the matching object with Object.assign, so it holds only the fields being added — not a replacement object. An id with no matching object is ignored, and an object whose id is absent here is left exactly as it was.
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.