mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-21 10:29:29 -05:00
6 lines
146 B
TypeScript
6 lines
146 B
TypeScript
import { MatchingModel } from './matching-model'
|
|
|
|
export interface Correspondent extends MatchingModel {
|
|
last_correspondence?: string // Date
|
|
}
|