Skip to content

Commit

Permalink
Linting updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kahummer committed Jul 18, 2024
1 parent d264c88 commit d29fa4e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import { IEncounter } from '@smile-cdr/fhirts/dist/FHIR-R4/interfaces/IEncounter';

import { IFlag } from '@smile-cdr/fhirts/dist/FHIR-R4/interfaces/IFlag';
import { IGroup } from '@smile-cdr/fhirts/dist/FHIR-R4/interfaces/IGroup';
import { ILocation } from '@smile-cdr/fhirts/dist/FHIR-R4/interfaces/ILocation';
import { IObservation } from '@smile-cdr/fhirts/dist/FHIR-R4/interfaces/IObservation';

export const productGroup: IGroup = {
resourceType: 'Group',
Expand Down

0 comments on commit d29fa4e

Please sign in to comment.