Skip to content

Commit

Permalink
Fix import: missing type specifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrause committed Aug 24, 2024
1 parent bb7d2c7 commit 625303c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generation/effSchemGen/schemaGen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import { dedent } from 'ts-dedent';
import { type OpenAPIV3_1 as OpenApi } from 'openapi-types';
import { OpenApiSchemaId, type OpenApiRef, type OpenApiSchema } from '../../util/openapi.ts';
import { type OpenApiSchemaId, type OpenApiSchema } from '../../util/openapi.ts';

import * as GenSpec from '../generationSpec.ts';
import { isObjectSchema, schemaIdFromRef } from '../../analysis/GraphAnalyzer.ts';
Expand Down

0 comments on commit 625303c

Please sign in to comment.