Skip to content

Commit ed4b3f3

Browse files
committed
add todo
1 parent c516864 commit ed4b3f3

File tree

1 file changed

+1
-0
lines changed
  • packages/gitbook/src/lib/openapi

1 file changed

+1
-0
lines changed

packages/gitbook/src/lib/openapi/fetch.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import { resolveContentRef } from '../references';
1515
import { isV2 } from '../v2';
1616
import { enrichFilesystem } from './enrich';
1717

18+
//!!TODO: Add DocumentBlockOpenAPIModels when available in @gitbook/api
1819
export type AnyOpenAPIOperationBlock = DocumentBlockOpenAPI | DocumentBlockOpenAPIOperation;
1920

2021
export type OpenAPIBlockType = 'operation' | 'models';

0 commit comments

Comments
 (0)