diff --git a/types/interfaces.ts b/types/interfaces.ts index e451a4b..610d007 100644 --- a/types/interfaces.ts +++ b/types/interfaces.ts @@ -62,7 +62,7 @@ export interface UserResponse { about: string | null, email?: string, email_verified?: boolean - } +} export interface StatsResponse { accounts: number,