wip: console

This commit is contained in:
Frank
2025-09-03 06:37:40 -04:00
parent 9ad4dc9296
commit 93f2805bc2
4 changed files with 8 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
import { useSession } from "vinxi/http"
export interface AuthSession {
account: Record<
account?: Record<
string,
{
id: string