]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - webfinger.ts
b94baf996d665f4df55750bb57aff070dc2b5d35
[github/Chocobozzz/PeerTube.git] / webfinger.ts
1 export interface WebFingerData {
2 subject: string
3 aliases: string[]
4 links: {
5 rel: 'self'
6 type: 'application/ld+json; profile="https://www.w3.org/ns/activitystreams"'
7 href: string
8 }[]
9 }