sigit.io/src/types/profile.ts

9 lines
147 B
TypeScript
Raw Normal View History

2024-03-01 10:16:35 +00:00
export interface ProfileMetadata {
name?: string
display_name?: string
picture?: string
about?: string
nip05?: string
lud16?: string
}