diff --git a/packages/node-client/lib/types.ts b/packages/node-client/lib/types.ts index e93ac973ddd..55d44f1aea6 100644 --- a/packages/node-client/lib/types.ts +++ b/packages/node-client/lib/types.ts @@ -193,7 +193,7 @@ export interface Integration { export interface SyncStatus { id: string; type: SyncType; - finishedAt: string; + finishedAt: string | undefined; nextScheduledSyncAt: string; name: string; status: 'RUNNING' | 'SUCCESS' | 'ERROR' | 'PAUSED' | 'STOPPED';