We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c516864 commit ed4b3f3Copy full SHA for ed4b3f3
packages/gitbook/src/lib/openapi/fetch.ts
@@ -15,6 +15,7 @@ import { resolveContentRef } from '../references';
15
import { isV2 } from '../v2';
16
import { enrichFilesystem } from './enrich';
17
18
+//!!TODO: Add DocumentBlockOpenAPIModels when available in @gitbook/api
19
export type AnyOpenAPIOperationBlock = DocumentBlockOpenAPI | DocumentBlockOpenAPIOperation;
20
21
export type OpenAPIBlockType = 'operation' | 'models';
0 commit comments