1
0

feat: Add generation of keys to admin page

This commit is contained in:
Marie
2025-02-07 06:00:49 +01:00
parent d6c4b728df
commit c889948f95
9 changed files with 142 additions and 0 deletions
@@ -1060,6 +1060,17 @@ declare module '../api.js' {
credential?: string | null,
): Promise<SwitchCaseResponseType<E, P>>;
/**
* No description provided.
*
* **Credential required**: *Yes* / **Permission**: *write:admin:meta*
*/
request<E extends 'admin/gen-vapid-keys', P extends Endpoints[E]['req']>(
endpoint: E,
params: P,
credential?: string | null,
): Promise<SwitchCaseResponseType<E, P>>;
/**
* No description provided.
*