mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 22:47:25 +01:00
fix all type errors
This commit is contained in:
6
interfaces/ILatest.ts
Normal file
6
interfaces/ILatest.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { IDocProps } from './IDocProps'
|
||||
|
||||
export interface ILatest extends IDocProps {
|
||||
id: string
|
||||
created: Date
|
||||
}
|
||||
Reference in New Issue
Block a user