mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 06:27:19 +01:00
drop some types in
This commit is contained in:
15
interfaces/IDocProps.tsx
Normal file
15
interfaces/IDocProps.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
export interface IDocProps {
|
||||
template: string
|
||||
subject: string
|
||||
body: string
|
||||
address: string
|
||||
date?: string
|
||||
opening?: string
|
||||
closing?: string
|
||||
yourRef?: string
|
||||
yourMail?: string
|
||||
myRef?: string
|
||||
customer?: string
|
||||
invoice?: string
|
||||
specialMail?: string
|
||||
}
|
||||
6
interfaces/ILatest.tsx
Normal file
6
interfaces/ILatest.tsx
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