import type { StandardOutputFields } from './common.js';
export interface RespondToFeedbackResponse extends StandardOutputFields {
}
