Interface ObjectStoreDef<T, K, TNoKey>

interface ObjectStoreDef<T, K, TNoKey> {
    name: string;
    options?: IDBObjectStoreParameters;
}

Type Parameters

  • T extends TNoKey

  • K extends IDBValidKey

  • TNoKey = T

Properties

Properties

name: string
options?: IDBObjectStoreParameters