/** * Rebuild contract of the DeD building search index. The refresh takes no parameters and always * rebuilds the whole materialized view, so there is nothing to return. */ export interface IDedSearchIndexRepository { refresh(): Promise; }