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