forked from mirrors/misskey
fix(backend): enumerate achievement types in some response schema (#15953)
* fix(backend): enumerate achievement types in some response schema * refactor: use `ref`
This commit is contained in:
@@ -30,6 +30,12 @@ declare namespace acct {
|
||||
}
|
||||
export { acct }
|
||||
|
||||
// @public (undocumented)
|
||||
type Achievement = components['schemas']['Achievement'];
|
||||
|
||||
// @public (undocumented)
|
||||
type AchievementName = components['schemas']['AchievementName'];
|
||||
|
||||
// @public (undocumented)
|
||||
type Ad = components['schemas']['Ad'];
|
||||
|
||||
@@ -2084,6 +2090,8 @@ declare namespace entities {
|
||||
UserDetailed,
|
||||
User,
|
||||
UserList,
|
||||
Achievement,
|
||||
AchievementName,
|
||||
Ad,
|
||||
Announcement,
|
||||
App,
|
||||
|
||||
Reference in New Issue
Block a user