autogen: api/locale indexing

This commit is contained in:
무라쿠모 2024-09-07 20:28:33 +09:00
parent 138087a19a
commit 3a98271802
No known key found for this signature in database
GPG key ID: 139D6573F92DA9F7
7 changed files with 141 additions and 0 deletions

View file

@ -2822,6 +2822,17 @@ declare module '../api.js' {
credential?: string | null,
): Promise<SwitchCaseResponseType<E, P>>;
/**
* No description provided.
*
* **Credential required**: *Yes* / **Permission**: *write:account*
*/
request<E extends 'i/update-removal-condition', P extends Endpoints[E]['req']>(
endpoint: E,
params: P,
credential?: string | null,
): Promise<SwitchCaseResponseType<E, P>>;
/**
* No description provided.
*