/**
 * Photon sync response
 */
export interface ErxV1SyncPatientResponse {
    /**
     * The Photon identifier for the patient.
     */
    photonPatientId?: string;
}
