diff options
Diffstat (limited to 'src/endpoints.ts')
| -rw-r--r-- | src/endpoints.ts | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/endpoints.ts b/src/endpoints.ts index 0c8c50e6f2..152266cf4e 100644 --- a/src/endpoints.ts +++ b/src/endpoints.ts @@ -1,6 +1,7 @@ -import { Ad, Announcement, Antenna, App, AuthSession, Clip, DriveFile, DriveFolder, GalleryPost, InstanceMetadata, Note, OriginType, Page, ServerInfo, Stats, User, UserGroup, UserList, UserSorting } from './entities'; - -type TODO = Record<string, any>; +import { + Ad, Announcement, Antenna, App, AuthSession, Clip, DriveFile, DriveFolder, GalleryPost, InstanceMetadata, + Note, OriginType, Page, ServerInfo, Stats, TODO, User, UserGroup, UserList, UserSorting +} from './entities'; type ShowUserReq = { username: string; host?: string; } | { userId: User['id']; }; |