interface SemanticSearch {
    items: SemanticSearchResult[];
    sys: {
        correlationId?: string;
        type: "Array";
    };
    toPlainObject(): SemanticSearchProps;
}

Hierarchy (view full)

Properties

Methods

Properties

items: SemanticSearchResult[]
sys: {
    correlationId?: string;
    type: "Array";
}

Methods