Skip to content

Commit

Permalink
fix: expose RenderResponse and RenderHandler types
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 8, 2022
1 parent 784fc87 commit e0ec2b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/types.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export type { NitroApp } from './app'
export type { CacheEntry, CacheOptions, ResponseCacheEntry } from './cache'
export type { NitroAppPlugin } from './plugin'
export type { RenderResponse, RenderHandler } from './renderer'

0 comments on commit e0ec2b2

Please sign in to comment.