UNPKG

@rero/ng-core

Version:

RERO angular core library.

12 lines (11 loc) 199 B
/** * Interface representing a result item in search. */ export interface ResultItem { record: any; type: string; detailUrl: { link: string; external: boolean; }; }