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