import type * as Vital from "../index.js"; export interface PhysicianCreateRequest { firstName: string; lastName: string; email?: string; npi: string; licensedStates?: string[]; /** An image of the physician signature for health insurance billing */ signatureImage?: Vital.PhysicianCreateRequestSignatureImage; }