export interface ErxEnrollPractitionerParams {
    practitionerId: string;
}
