Refactor frontend data models

This commit is contained in:
shamoon
2023-12-19 22:36:35 -08:00
parent 021189573b
commit 9a15843b3b
120 changed files with 640 additions and 706 deletions

View File

@@ -0,0 +1,5 @@
import { MatchingModel } from './matching-model'
export interface Correspondent extends MatchingModel {
last_correspondence?: string // Date
}