Skip to content

Commit

Permalink
fixed tests, updated snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfiel committed Jan 15, 2025
1 parent 5428993 commit 6221408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/split/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Oas2Definition } from '@redocly/openapi-core';
import type { Oas3_1Definition, Oas3Definition } from 'core/src/typings/openapi';
import type { Oas3_1Definition, Oas3Definition } from '@redocly/openapi-core/lib/typings/openapi';

export type Definition = Oas3_1Definition | Oas3Definition | Oas2Definition;
export interface ComponentsFiles {
Expand Down

0 comments on commit 6221408

Please sign in to comment.