spec(frontend): Skeb Buttonの実装 (MisskeyIO#573)

This commit is contained in:
まっちゃとーにゅ 2024-03-29 17:05:02 +09:00 committed by GitHub
parent 197e39781d
commit efc5d97eab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 483 additions and 4 deletions

View file

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