pub type IndexIr = String;Expand description
The payload of StoreFieldIr::indexed — one @indexed(by: …) key,
identified by the indexed value-field’s own name ([DECISION C], #1163):
referenced by the reference’s own StoreFieldIr.indexed: Vec<IndexIr>
but never defined anywhere in the document, the same “referenced, not
specified” gap #1161’s own Decision C named for EmbedIr. No
dedicated struct: the sibling table’s own emitted shape
(Record<string, string[]>) is fixed by the map’s own key type, not
the indexed field’s, so the indexed field’s resolved type is not needed
downstream — mirrors EmbedIr’s own “no further structure” precedent.
Aliased Type§
pub struct IndexIr { /* private fields */ }