SearchSuggestionDto
@raizfc/contracts / SearchSuggestionDto
Type Alias: SearchSuggestionDto
SearchSuggestionDto =
Readonly<{id:string;label:string;publicRoute?:PublicRoute;type?:SearchResultType; }>
Defined in: search/search.dto.ts:54