feat: integrate auth

This commit is contained in:
Maulana Sodiqin
2025-11-28 13:09:53 +07:00
parent 70ee5300f7
commit 9a97eb3e8e
12 changed files with 868 additions and 1057 deletions
+1
View File
@@ -5,6 +5,7 @@ export * from './gacha';
export * from './users';
export * from './mentors';
export * from './upload';
export * from './hackathon';
// Common API response wrapper interface
export interface ApiResponse<T> {