diff --git a/types.ts b/types.ts index cc72a88..31f3c12 100644 --- a/types.ts +++ b/types.ts @@ -243,7 +243,7 @@ export interface UpdateChange { lines: { text: string; }; - noTimestampUpdate: unknown; + noTimestampUpdate?: unknown; } export interface DeleteChange { _delete: string;