diff --git a/src/toObject.ts b/src/toObject.ts index 2c8c093..af12fc9 100644 --- a/src/toObject.ts +++ b/src/toObject.ts @@ -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 => output.reduce(