feat(announcement): 個別のお知らせにリンクで飛べるように (MisskeyIO#639)
This commit is contained in:
parent
9e4ff380ad
commit
f6bf7f992a
12 changed files with 316 additions and 4 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue