chore: update auto-generated file

This commit is contained in:
naskya 2024-06-02 03:53:58 +09:00
parent 77447275f2
commit 4e8f0c2e85
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -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<Nodeinfo>
export function nodeinfo_2_1(): Promise<any>
export function nodeinfo_2_0(): Promise<any>