import type { ResearchFeedbackResult } from '~/components/ResearchFeedback.vue' import type { ResearchInputData } from '~/components/ResearchForm.vue' import type { ResearchResult } from '~~/lib/deep-research' export const formInjectionKey = Symbol() as InjectionKey> export const feedbackInjectionKey = Symbol() as InjectionKey< Ref > export const researchResultInjectionKey = Symbol() as InjectionKey< Ref >