import { IDocProps } from './IDocProps' export interface IStoreItem extends IDocProps { id: string created: Date }