chore: Add Stricter Frontend Formatting (#6262)

This commit is contained in:
Michael Genson
2025-09-27 13:57:53 -05:00
committed by GitHub
parent ecdf7de386
commit d16a10440d
52 changed files with 945 additions and 818 deletions

View File

@@ -1,11 +1,11 @@
import type { UserOut } from "~/lib/api/types/user";
declare module "#auth-utils" {
type User = UserOut;
type User = UserOut;
type UserSession = object;
type UserSession = object;
type SecureSessionData = object;
type SecureSessionData = object;
}
export { };