refactor: add type definitions for API responses

This commit is contained in:
pa
2025-07-16 13:31:48 +09:00
committed by Natsumi
parent 342850dc7e
commit 0e50a67c25
17 changed files with 601 additions and 206 deletions
+2
View File
@@ -6,6 +6,8 @@ export * from './api/world';
export * from './api/instance';
export * from './api/group';
export * from './api/favorite';
export * from './api/auth';
export * from './api/notification';
// Common Types
export * from './common';