export interface ErxUnenrollPractitionerParams {
    practitionerId: string;
}
