Storage constructor

interface IStorageDriver<T> {
    new IStorageDrivernew (config): T;
}

Type Parameters

Constructors

Constructors