UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

9 lines 332 B
import { InventoryService } from '@c8y/client'; export declare class UserPreferencesStorageInventory { private inventory; TYPE: string; constructor(inventory: InventoryService); get(key: any): Promise<any>; set(key: any, value: any): Promise<any>; } //# sourceMappingURL=user-preferences-store-inventory.d.ts.map