feat: add application draft saving modes and reminder grouping
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user