export interface ErxCheckPractitionerEnrollmentParams {
    practitionerId: string;
}
