pub async fn get_framework_modules(
configuration: &Configuration,
) -> Result<ModuleList, Error<GetFrameworkModulesError>>Expand description
Returns every app lane compiled into this deployment and the DocTypes each one installs. It describes the BINARY, not the org: what a given org has actually installed is the per-module state below.