Tldraw/apps/docs/types/search-types.ts

9 wiersze
158 B
TypeScript

export type SearchResult = {
type: 'article' | 'category' | 'section' | 'heading'
id: string
subtitle: string
title: string
url: string
score: number
}