Add OAth flow for Gmail and update tables and UI
This commit is contained in:
@@ -58,6 +58,24 @@ export interface CorrespondenceMessage {
|
||||
date: string;
|
||||
}
|
||||
|
||||
|
||||
export interface GmailStatus {
|
||||
connected: boolean;
|
||||
gmailAddress?: string;
|
||||
connectedAt?: string;
|
||||
lastSyncedAt?: string;
|
||||
}
|
||||
|
||||
export interface GmailMessageSummary {
|
||||
id: string;
|
||||
threadId: string;
|
||||
subject: string;
|
||||
from: string;
|
||||
to: string;
|
||||
date?: string;
|
||||
snippet: string;
|
||||
}
|
||||
|
||||
export interface JobImportResult {
|
||||
title?: string;
|
||||
company?: string;
|
||||
|
||||
Reference in New Issue
Block a user