ElasticSearchIndexAction
Home > @backstage/plugin-search-backend-module-elasticsearch
> ElasticSearchIndexAction
Signature:
export type ElasticSearchIndexAction = {
index: {
_index: string;
[key: string]: any;
};
};
Home > @backstage/plugin-search-backend-module-elasticsearch
> ElasticSearchIndexAction
Signature:
export type ElasticSearchIndexAction = {
index: {
_index: string;
[key: string]: any;
};
};