e4f97babf
1 2 3 4 5 6 7 8 9
export interface WebFingerData { subject: string aliases: string[] links: { rel: 'self' type: 'application/ld+json; profile="https://www.w3.org/ns/activitystreams"' href: string }[] }