From f46df6feeebb5fb8679a57762ae848d1e4800758 Mon Sep 17 00:00:00 2001 From: takker99 <37929109+takker99@users.noreply.github.com> Date: Fri, 19 Apr 2024 10:52:48 +0900 Subject: [PATCH] fix: `UpdateChange.noTimestampUpdate` is optional --- types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;