/**
 * NIP-73 entity types
 */
export type NIP73EntityType =
    | "url"
    | "hashtag"
    | "geohash"
    | "isbn"
    | "podcast:guid"
    | "podcast:item:guid"
    | "podcast:publisher:guid"
    | "isan"
    | "doi";
