update misskey-js

This commit is contained in:
Hazelnoot 2025-06-21 21:58:30 -04:00
parent aa9a70c5a6
commit 2a13e97863

View file

@ -25121,11 +25121,13 @@ export type operations = {
/** @description OK (with results) */
200: {
content: {
'application/json': {
'application/json': ({
id: string;
user: components['schemas']['UserLite'];
permissions: string[];
}[];
/** @enum {string|null} */
rank: 'admin' | 'mod' | 'user';
})[];
};
};
/** @description Client error */