feature(backend): ユーザー統計表示機能の復活 (MisskeyIO#258)
This commit is contained in:
@@ -2273,6 +2273,10 @@ export type Endpoints = {
|
||||
};
|
||||
};
|
||||
};
|
||||
'users/stats': {
|
||||
req: TODO;
|
||||
res: TODO;
|
||||
};
|
||||
'fetch-rss': {
|
||||
req: {
|
||||
url: string;
|
||||
|
@@ -644,7 +644,7 @@ export type Endpoints = {
|
||||
$default: UserDetailed;
|
||||
};
|
||||
}; };
|
||||
|
||||
'users/stats': { req: TODO; res: TODO; };
|
||||
// fetching external data
|
||||
'fetch-rss': { req: { url: string; }; res: TODO; };
|
||||
'fetch-external-resources': {
|
||||
|
Reference in New Issue
Block a user