export type DeploymentFeedbackType = {
    thumbs?: boolean;
    edits?: boolean;
    issues?: boolean;
    contextualFeedback?: {
        textInputOnly?: boolean;
    };
};
