Merge branch 'main' into redoing-things

This commit is contained in:
2025-10-02 10:54:36 +02:00
committed by GitHub
79 changed files with 3103 additions and 4700 deletions

View File

@@ -1,3 +1,4 @@
export interface AppError extends Error {
code: 'UNAUTHORIZED' | 'NETWORK_ERROR' | 'VALIDATION_ERROR' | 'NOT_FOUND' | 'FORBIDDEN' | 'TIMEOUT' | 'UNKNOWN'
status?: number