export interface ErxEnrollPractitionerParams {
    practitionerId: string;
    isPrescribing?: boolean;
}
