Skip to content

Commit

Permalink
🩹 Exporting enum as normal export and not type
Browse files Browse the repository at this point in the history
  • Loading branch information
mariush2 committed Jul 15, 2024
1 parent 97c070e commit 33674d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ export type { ReleaseNote } from './models/ReleaseNote';
export type { ReleaseNotePatch } from './models/ReleaseNotePatch';
export type { ServiceNowIncidentAttachmentResponse } from './models/ServiceNowIncidentAttachmentResponse';
export type { ServiceNowIncidentResponse } from './models/ServiceNowIncidentResponse';
export type { ServiceNowUrgency } from './models/ServiceNowUrgency';
export { ServiceNowUrgency } from './models/ServiceNowUrgency';
export type { Tutorial } from './models/Tutorial';
export type { TutorialPosition } from './models/TutorialPosition';
export { TutorialPosition } from './models/TutorialPosition';
export type { TutorialStepBase } from './models/TutorialStepBase';
export { PortalService } from './services/PortalService';
export { ReleaseNotesService } from './services/ReleaseNotesService';
Expand Down

0 comments on commit 33674d9

Please sign in to comment.