import type * as Vital from "../index.js"; /** * An image of the front of the patient insurance card. */ export type HealthInsuranceCreateRequestFrontImage = Vital.Jpeg | Vital.Png;