mud
mud copied to clipboard
codegen should always generate system interfaces
right now they get excluded if they're in excludeSystems, but that should prob just exclude them from IBaseWorld and deploys
context: we want to use the interface for Unstable_CallWithSignatureSystem but we don't want it included in IBaseWorld by default (because its an optional one)
related to #2547 #2603