Type alias UpdateExternalPluginAdapterV1InstructionDataArgs

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

Generated using TypeDoc