mirror of
https://github.com/t4t5/nostr-react.git
synced 2025-06-27 17:00:50 +02:00
Export Metadata from useProfile
This commit is contained in:
parent
78eb302eaa
commit
01f2c3c4f9
@ -5,7 +5,7 @@ import { useEffect, useState } from "react"
|
|||||||
import { useNostrEvents } from "./core"
|
import { useNostrEvents } from "./core"
|
||||||
import { uniqValues } from "./utils"
|
import { uniqValues } from "./utils"
|
||||||
|
|
||||||
interface Metadata {
|
export interface Metadata {
|
||||||
name?: string
|
name?: string
|
||||||
username?: string
|
username?: string
|
||||||
display_name?: string
|
display_name?: string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user