export interface User { name: string; encryptedApiKey: string; pinHash: string; } export type Mode = "labs" | "treatments";