export type SubmitFeedbackOutput = { status: string; }; export type SubmitFeedbackInput = { feedback: string; contact: string; };