mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-09 00:28:51 +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,
|
kind: EventKind,
|
||||||
pubkey?: string,
|
pubkey?: string,
|
||||||
content: string,
|
content: string,
|
||||||
tags: string[],
|
tags: string[][],
|
||||||
created_at: number,
|
created_at: number,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user