Type alias WriteCollectionExternalPluginAdapterDataV1InstructionDataArgs

WriteCollectionExternalPluginAdapterDataV1InstructionDataArgs: {
    data: Uint8Array;
    key: BaseExternalPluginAdapterKeyArgs;
}

Type declaration

Generated using TypeDoc