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