Type alias UpdateCollectionExternalPluginAdapterV1InstructionData

UpdateCollectionExternalPluginAdapterV1InstructionData: {
    discriminator: number;
    key: BaseExternalPluginAdapterKey;
    updateInfo: BaseExternalPluginAdapterUpdateInfo;
}

Type declaration

Generated using TypeDoc