mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-08 16:28:49 +00:00
Fix tag type
I realized that tags were an array of array, if it is correct merge, if im wrong just discard
This commit is contained in:
committed by
fiatjaf
parent
ec805be4ab
commit
12be5a5338
2
index.d.ts
vendored
2
index.d.ts
vendored
@@ -19,7 +19,7 @@ declare type Event = {
|
||||
kind: EventKind,
|
||||
pubkey?: string,
|
||||
content: string,
|
||||
tags: string[],
|
||||
tags: string[][],
|
||||
created_at: number,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user