Optimize workspace and daily-loop surfaces
This commit is contained in:
@@ -225,6 +225,16 @@ export interface CorrespondenceMessage {
|
||||
attachmentMetadataJson?: string | null;
|
||||
}
|
||||
|
||||
export interface AttachmentItem {
|
||||
id: number;
|
||||
fileName: string;
|
||||
uploadDate: string;
|
||||
fileType: string;
|
||||
fileSize: number;
|
||||
purpose?: string | null;
|
||||
useForAi: boolean;
|
||||
}
|
||||
|
||||
export interface GmailJobMatchReason {
|
||||
label: string;
|
||||
value: string;
|
||||
|
||||
Reference in New Issue
Block a user