mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 06:27:19 +01:00
7 lines
117 B
TypeScript
7 lines
117 B
TypeScript
import { IDocProps } from './IDocProps'
|
|
|
|
export interface ILatest extends IDocProps {
|
|
id: string
|
|
created: Date
|
|
}
|