UNPKG

angular-persistence

Version:

A library to handle persistence for Angular 2 applications.

11 lines (10 loc) 229 B
import { Storable } from "./persistence.storable"; /** * A type defining information needed to access an item. * * @author Scott O'Bryan * @since 1.0 */ export declare type ItemDefinition = Storable & { key?: string; };