completionId: cgen-b8c747ede7904c749bcc4f9e08154b78

cgen-b8c747ede7904c749bcc4f9e08154b78
This commit is contained in:
Builder.io 2025-11-12 05:54:02 +00:00
parent 97329235b7
commit ca994f8915

View file

@ -6,6 +6,9 @@ import type { Database } from "./database.types";
// Use the existing database user profile type directly
import type { UserProfile } from "./database.types";
// API Base URL for fetch requests
const API_BASE = import.meta.env.VITE_API_BASE || "";
// Extended type that matches the existing shared database
export interface AethexUserProfile extends UserProfile {
email?: string;