// Generated Source interface Reason { /** * */ id?: string; /** * */ message?: string; } export default Reason;