UNPKG

ontotext-reusable-ui-components

Version:

Unified reusable UI components designed for the Ontotext ecosystem.

8 lines (7 loc) 217 B
/** * Interface defining the minimal search response parameters. * Search response must implement this interface in order response data to be processed. */ export interface SearchFieldModel { label: string; }