ecspresso
    Preparing search index...

    Interface DetectionComponentTypes

    Component types provided by the detection plugin.

    interface DetectionComponentTypes {
        detectedEntities: DetectedEntities;
        detector: Detector;
    }
    Index
    detectedEntities: DetectedEntities
    detector: Detector