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