Full interface for a storage implementation. Each method can be either sync or async, and the interface works with either implementation scheme.
Note: We are using interface instead of type ... & because typedoc cannot handle the & syntax to merge types.
interface
type ... &
&
Full interface for a storage implementation. Each method can be either sync or async, and the interface works with either implementation scheme.
Note: We are using
interfaceinstead oftype ... &because typedoc cannot handle the&syntax to merge types.