import { AppStateInterface, } from './index'; interface PhotobookStorageInterface { appState: AppStateInterface; dateStored: number; version: string; } export default PhotobookStorageInterface;