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 13b5a9d commit 1f6c82fCopy full SHA for 1f6c82f
src/apitypes/rest/index.ts
@@ -25,6 +25,7 @@ import { ApiBuilder } from '../../types'
25
import { calculateNormalizedOperationId } from '../../utils'
26
27
export * from './rest.consts'
28
+export type { RestOperationData } from './rest.types'
29
export { createCopyWithPrefixGroupOperationsOnly } from './rest.changes'
30
31
export const restApiBuilder: ApiBuilder<OpenAPIV3.Document> = {
0 commit comments