Skip to content

Commit

Permalink
fix: remove option types
Browse files Browse the repository at this point in the history
  • Loading branch information
willfarrell committed Jan 3, 2025
1 parent 936f5a2 commit dfc6c33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions packages/cloudformation-response/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import middy from '@middy/core'

interface Options {}

declare function cloudformationResponse (options?: Options): middy.MiddlewareObj
declare function cloudformationResponse (): middy.MiddlewareObj

export default cloudformationResponse
1 change: 1 addition & 0 deletions packages/cloudformation-response/index.test-d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { expectType } from 'tsd'
import middy from '@middy/core'

import cloudformationResponse from '.'

// use with default options
Expand Down

0 comments on commit dfc6c33

Please sign in to comment.