refactor: src/types

This commit is contained in:
pa
2025-07-16 12:14:13 +09:00
committed by Natsumi
parent 39381de29e
commit 342850dc7e
14 changed files with 280 additions and 292 deletions
+14
View File
@@ -0,0 +1,14 @@
// API Types
export * from './api/user';
export * from './api/friend';
export * from './api/avatar';
export * from './api/world';
export * from './api/instance';
export * from './api/group';
export * from './api/favorite';
// Common Types
export * from './common';
// Global Types
export * from './globals';