mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-09-04 21:06:20 -05:00
Refactor frontend data models
This commit is contained in:
5
src-ui/src/app/data/correspondent.ts
Normal file
5
src-ui/src/app/data/correspondent.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { MatchingModel } from './matching-model'
|
||||
|
||||
export interface Correspondent extends MatchingModel {
|
||||
last_correspondence?: string // Date
|
||||
}
|
Reference in New Issue
Block a user