completionId: cgen-b8c747ede7904c749bcc4f9e08154b78
cgen-b8c747ede7904c749bcc4f9e08154b78
This commit is contained in:
parent
97329235b7
commit
ca994f8915
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue