With adding AdapterOptions template to StorageInterface in v4.0.1, some usages of StorageInterface were not adapted. This adds adapter options generics to the usages of StorageInterface. Since the usages do not require any specific options, using AdapterOptions should be fine as all adapter options of the adapters are extending AdapterOptions anyways.
Description
With adding
AdapterOptions
template toStorageInterface
in v4.0.1, some usages ofStorageInterface
were not adapted. This adds adapter options generics to the usages ofStorageInterface
. Since the usages do not require any specific options, usingAdapterOptions
should be fine as all adapter options of the adapters are extendingAdapterOptions
anyways.