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

8 wiersze
131 B
TypeScript

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