Skip to content

Commit

Permalink
fix: import as type
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Oct 17, 2023
1 parent bad6cbc commit 1eb941e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toObject.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Output } from '@aws-sdk/client-cloudformation'
import type { Output } from '@aws-sdk/client-cloudformation'

export const toObject = (output: Output[]): Record<string, string> =>
output.reduce(
Expand Down

0 comments on commit 1eb941e

Please sign in to comment.