/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type FeedbackComment = { content: string; sender_name: string; posted_at: string; }