fix: repair frontend production build regressions
This commit is contained in:
@@ -32,9 +32,12 @@ export interface JobApplication {
|
||||
deadline?: string;
|
||||
notes?: string;
|
||||
coverLetterText?: string;
|
||||
recruiterMessageDraft?: string | null;
|
||||
jobUrl?: string;
|
||||
shortSummary?: string;
|
||||
fullSummary?: string | null;
|
||||
tailoredCvText?: string | null;
|
||||
tailoredCvUpdatedAt?: string | null;
|
||||
|
||||
hasResume?: boolean;
|
||||
hasCoverLetter?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user