feat: add application draft saving modes and reminder grouping

This commit is contained in:
cesnimda
2026-03-22 18:37:55 +01:00
parent 9188039e9d
commit 8041b43f47
7 changed files with 174 additions and 9 deletions
+5
View File
@@ -95,6 +95,11 @@ export interface ApplicationPackageResponse {
keyPoints: string[];
}
export interface SaveApplicationDraftsRequest {
coverLetterText?: string | null;
notes?: string | null;
}
export interface CorrespondenceMessage {
id: number;
jobApplicationId: number;