update misskey-js
This commit is contained in:
parent
aa9a70c5a6
commit
2a13e97863
1 changed files with 4 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue