Type alias UpdateExternalPluginAdapterV1InstructionArgs

UpdateExternalPluginAdapterV1InstructionArgs: {
    key: BaseExternalPluginAdapterKeyArgs;
    updateInfo: BaseExternalPluginAdapterUpdateInfoArgs;
}

Generated using TypeDoc