import type * as Vital from "../index.js"; export interface MenstrualFlowEntry { date: string; /** ℹ️ This enum is non-exhaustive. */ flow: Vital.MenstrualFlowEntryFlow; }