Files
multica/packages/core/feedback/index.ts
Ryan Yu 03828015ca fix(feedback): validate response and pass error kind (#4633)
Wire structured feedback kind through the frontend/core feedback path so desktop route-renderer errors submit as bug feedback, and bring the feedback client onto parseWithFallback. MUL-3768
2026-07-02 16:26:42 +08:00

5 lines
195 B
TypeScript

export * from "./mutations";
export { FEEDBACK_KINDS } from "./types";
export type { CreateFeedbackResponse, FeedbackKind } from "./types";
export { useFeedbackDraftStore } from "./draft-store";