chore: bump version to oscar.9b

This commit is contained in:
무라쿠모 2024-08-11 13:11:14 +09:00
parent ad42eccfa4
commit 1345d0e2bd
No known key found for this signature in database
GPG key ID: 139D6573F92DA9F7
6 changed files with 174 additions and 2 deletions

View file

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