feat(announcement): 個別のお知らせにリンクで飛べるように (MisskeyIO#639)

This commit is contained in:
まっちゃとーにゅ 2024-05-24 21:40:28 +09:00 committed by GitHub
parent 9e4ff380ad
commit f6bf7f992a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 316 additions and 4 deletions

View file

@ -983,6 +983,17 @@ declare module '../api.js' {
credential?: string | null,
): Promise<SwitchCaseResponseType<E, P>>;
/**
* No description provided.
*
* **Credential required**: *No*
*/
request<E extends 'announcement', P extends Endpoints[E]['req']>(
endpoint: E,
params: P,
credential?: string | null,
): Promise<SwitchCaseResponseType<E, P>>;
/**
* No description provided.
*