fix signup code usage

This commit is contained in:
john 2025-05-18 19:11:32 +02:00
parent a3925c3108
commit ca0a6b2950
3 changed files with 21 additions and 2 deletions

7
src/types.d.ts vendored Normal file
View file

@ -0,0 +1,7 @@
export interface ProblemDetails {
detail: string
title: string
status: number
type: string
traceId: string
}