UNPKG

@nostr-dev-kit/ndk

Version:

NDK - Nostr Development Kit

14 lines (13 loc) 222 B
/** * NIP-73 entity types */ export type NIP73EntityType = | "url" | "hashtag" | "geohash" | "isbn" | "podcast:guid" | "podcast:item:guid" | "podcast:publisher:guid" | "isan" | "doi";