import { ISerialized } from './ISerialized'; export interface IBrowserState { uniqueIdentifier: string; data: ISerialized; }