register users

This commit is contained in:
2025-07-16 18:37:26 +02:00
parent 990f196984
commit be362326aa
48 changed files with 1002 additions and 64 deletions

View File

@@ -2,3 +2,6 @@ export type ApiResponse<T> = {
status: number;
data: T;
};
// TODO: Fix
export type ApiError = string;