export interface ILocalStorageEvent { key: string; newvalue?: any; storageType: string; }