feat: 안되겠소, 쏩시다!

This commit is contained in:
オスカー、 2024-11-06 17:53:25 +09:00
parent 3e90f8995e
commit cda3d93db8
No known key found for this signature in database
GPG key ID: 139D6573F92DA9F7
16 changed files with 322 additions and 20 deletions

View file

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