@medic/cht-datasource
    Preparing search index...

    Interface NormalizedParent

    Parent lineage data for an entity.

    interface NormalizedParent {
        _id: string;
        parent?: NormalizedParent;
        readonly [key: string]: DataValue;
    }

    Hierarchy (View Summary)

    Indexable

    Index

    Properties

    Properties

    _id: string