From e0b9253ce1283eb68a766a93f2fd0bc0c866b4a3 Mon Sep 17 00:00:00 2001 From: Bob <115008575+bobslavtriev@users.noreply.github.com> Date: Wed, 29 May 2024 06:15:10 -0300 Subject: [PATCH] Update index.ts --- src/Types/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Types/index.ts b/src/Types/index.ts index 5182826..2a44af3 100644 --- a/src/Types/index.ts +++ b/src/Types/index.ts @@ -101,7 +101,7 @@ export type Bits = { export type AppDataSync = { keyData: Uint8Array fingerprint: Fingerprint - timestamp: Bits | number + timestamp: Long | number } export type LTHashState = {