Skip to content

Commit

Permalink
chore: import types
Browse files Browse the repository at this point in the history
  • Loading branch information
tatomyr committed Nov 2, 2023
1 parent 8e2a050 commit adfa855
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Oas2Decorator } from '../../visitors';
import { Location } from '../../ref-utils';
import { Oas2Components } from '../../typings/swagger';
import type { Oas2Components } from '../../typings/swagger';
import { isEmptyObject } from '../../utils';

export const RemoveUnusedComponents: Oas2Decorator = () => {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/src/decorators/oas3/remove-unused-components.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Oas3Decorator } from '../../visitors';
import type { Oas3Decorator } from '../../visitors';
import { Location } from '../../ref-utils';
import { Oas3Components } from '../../typings/openapi';
import type { Oas3Components } from '../../typings/openapi';
import { isEmptyObject } from '../../utils';

export const RemoveUnusedComponents: Oas3Decorator = () => {
Expand Down

0 comments on commit adfa855

Please sign in to comment.