AdapterInstallContext: PluginInstallContext & {
    ultra: PluginInstallContext["ultra"] & {
        $adapter?: any;
    };
}