StoragePutOptions<K, V>: StorageCommonOptions & {
    batch?: AbstractChainedBatch<StorageLevel<K, V>, K, V>;
}

Type Parameters

  • K

  • V

Generated using TypeDoc