UNPKG

@icure/cardinal-prescription-be-angular

Version:

This is a Belgian-specific Angular application for healthcare professionals to manage electronic prescriptions with SAM. Created by iCure.

11 lines (10 loc) 431 B
import { TokenStore } from '../../types'; import * as i0 from "@angular/core"; export declare class IndexedDbTokenStoreService { private readonly dbName; private readonly storeName; open(): Promise<IDBDatabase>; getTokenStore(db: IDBDatabase): TokenStore; static ɵfac: i0.ɵɵFactoryDeclaration<IndexedDbTokenStoreService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<IndexedDbTokenStoreService>; }