Unverified Commit d222232e authored by Kim, Hyeonseo's avatar Kim, Hyeonseo Committed by GitHub
Browse files

docs: update packages/fedify/src/webfinger/jrd.ts

parent bb0f803b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -61,6 +61,7 @@ export interface Link {
   * 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.
   * @since 1.9.0
   */
  template?: string;
}