Skip to main content

SearchResult

Source: lyda-shared/src/Models/SearchResult.ts

SearchResult

Type: interface

export interface SearchResult {
id: number;
url: string;
exactMatch: boolean;
type: string;
display: string;
subtitle?: string;
hasImage?: boolean;
}

Properties

PropertyTypeRequiredDescription
idnumberYes-
urlstringYes-
exactMatchbooleanYes-
typestringYes-
displaystringYes-
subtitlestringNo-
hasImagebooleanNo-