// Generated Source interface AddonInfo { /** * */ id?: string; /** * */ count?: string; } export default AddonInfo;