Update types.ts

This commit is contained in:
Nicolas 2024-04-21 12:02:11 -07:00
parent cbff1b4f73
commit 6560c968e1

View File

@ -52,3 +52,5 @@ export interface AuthResponse {
error?: string;
status?: number;
}