/** * #feedback.ts * * Code generated by ts-proto. DO NOT EDIT. * @packageDocumentation */ export type CreateFeedbackRequest = { /** The content of the feedback */ content: string; }; //# sourceMappingURL=feedback.d.ts.map