Type Alias IStorageProvider<T>

IStorageProvider<T>: T & {
    driver: IStorageDriver;
}

Type Parameters

  • T