export interface SearchIndexMetaData { readonly IndexID?: number; readonly Type?: string; readonly Status?: string; readonly DateCreated?: string; readonly PercentComplete?: number; readonly IsActiveIndex?: boolean; }