From 4e8f0c2e85e317d671b28e238d287eeff6ebfc1e Mon Sep 17 00:00:00 2001 From: naskya Date: Sun, 2 Jun 2024 03:53:58 +0900 Subject: [PATCH] chore: update auto-generated file --- packages/backend-rs/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/backend-rs/index.d.ts b/packages/backend-rs/index.d.ts index 21021c6bfc..6be94d2db1 100644 --- a/packages/backend-rs/index.d.ts +++ b/packages/backend-rs/index.d.ts @@ -208,7 +208,7 @@ export interface Acct { } export function stringToAcct(acct: string): Acct export function acctToString(acct: Acct): string -/** Fetches and returns the NodeInfo of a remote server. */ +/** Fetches and returns the NodeInfo (version 2.0) of a remote server. */ export function fetchNodeinfo(host: string): Promise export function nodeinfo_2_1(): Promise export function nodeinfo_2_0(): Promise