@hashgraph/solo
    Preparing search index...

    Top-level config file structure. Maps component names (e.g., 'block-node') to their individual migration configs. This is the shape of both the embedded default config and the optional external JSON override file.

    interface ComponentUpgradeMigrationConfigFile {
        components: Record<string, ComponentUpgradeMigrationConfig>;
    }
    Index

    Properties

    Properties

    components: Record<string, ComponentUpgradeMigrationConfig>