mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-08 19:35:14 -05:00
chore: Add Stricter Frontend Formatting (#6262)
This commit is contained in:
6
frontend/types/auth.d.ts
vendored
6
frontend/types/auth.d.ts
vendored
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user