fix(api): harden response contracts
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { apiRequest, type ApiSession } from './client'
|
||||
|
||||
export type SearchResultDTO = {
|
||||
type: 'project' | 'task' | 'note' | 'source' | 'inbox' | 'ai_session'
|
||||
type: 'project' | 'task' | 'note'
|
||||
id: string
|
||||
projectId: string
|
||||
title: string
|
||||
|
||||
Reference in New Issue
Block a user