// Generated Source interface OptionInfoReason { /** * Internal code of the option disallowance reason */ id?: string; /** * Text description of the option disallowance reason */ message?: string; } export default OptionInfoReason;