]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/activitypub/webfinger.ts
Create a dedicated table to track video thumbnails
[github/Chocobozzz/PeerTube.git] / shared / models / activitypub / webfinger.ts
CommitLineData
e4f97bab
C
1export 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}