Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bobslavtriev authored May 29, 2024
1 parent 5328ba5 commit e0b9253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export type Bits = {
export type AppDataSync = {
keyData: Uint8Array
fingerprint: Fingerprint
timestamp: Bits | number
timestamp: Long | number
}

export type LTHashState = {
Expand Down

0 comments on commit e0b9253

Please sign in to comment.