- Re-export PendingQuestions and QuestionItem types from agent/types - Available via @codewalk-district/shared for frontend consumption
3 lines
157 B
TypeScript
3 lines
157 B
TypeScript
export type { AppRouter } from './trpc.js';
|
|
export type { Initiative, Phase, Plan, Task, Agent, Message, PendingQuestions, QuestionItem } from './types.js';
|