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:
zyoshoka
2025-05-06 19:52:30 +09:00
committed by GitHub
parent 09317150e1
commit 3b676f39df
12 changed files with 138 additions and 121 deletions

View File

@@ -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,