Skip to content

Commit 1f6c82f

Browse files
committed
refactor: export RestOperationData to use in UI
1 parent 13b5a9d commit 1f6c82f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/apitypes/rest/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import { ApiBuilder } from '../../types'
2525
import { calculateNormalizedOperationId } from '../../utils'
2626

2727
export * from './rest.consts'
28+
export type { RestOperationData } from './rest.types'
2829
export { createCopyWithPrefixGroupOperationsOnly } from './rest.changes'
2930

3031
export const restApiBuilder: ApiBuilder<OpenAPIV3.Document> = {

0 commit comments

Comments
 (0)