import type * as Vital from "../index.js"; /** * An image of the patient signature for health insurance billing. */ export type HealthInsuranceCreateRequestPatientSignatureImage = Vital.Jpeg | Vital.Png;