import { SearchIndexError } from './SearchIndexError'; export interface SearchIndexErrorResponse { SearchIndexErrors?: SearchIndexError[]; }