added new event kind 1063

see https://github.com/nostr-protocol/nips/blob/master/94.md
This commit is contained in:
ffaex 2023-08-21 15:01:15 +00:00 committed by fiatjaf_
parent 0925f5db81
commit 32fd25556b
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@ export enum Kind {
HttpAuth = 27235,
ProfileBadge = 30008,
BadgeDefinition = 30009,
Article = 30023
Article = 30023,
FileMetadata = 1063
}
export type EventTemplate<K extends number = number> = {