Loading packages/fedify/src/webfinger/jrd.ts +8 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ export interface Link { /** * A URI pointing to the target resource. */ href: string; href?: string; /** * Human-readable titles describing the link relation. If the language is Loading @@ -56,4 +56,11 @@ export interface Link { * Conveys additional information about the link relation. */ properties?: Record<string, string>; /** * A URI template (RFC 6570) that can be used to construct URIs by * substituting variables. Used primarily for subscription endpoints * where parameters like account URIs need to be dynamically inserted. */ template?: string; } Loading
packages/fedify/src/webfinger/jrd.ts +8 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ export interface Link { /** * A URI pointing to the target resource. */ href: string; href?: string; /** * Human-readable titles describing the link relation. If the language is Loading @@ -56,4 +56,11 @@ export interface Link { * Conveys additional information about the link relation. */ properties?: Record<string, string>; /** * A URI template (RFC 6570) that can be used to construct URIs by * substituting variables. Used primarily for subscription endpoints * where parameters like account URIs need to be dynamically inserted. */ template?: string; }