Type alias UpdateCollectionExternalPluginAdapterV1InstructionArgs

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

Generated using TypeDoc