Skip to content

Commit 02b9ba4

Browse files
committed
fix: add export type
1 parent 0e5f6aa commit 02b9ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cdk-blue-green-container-deployment/src/ecs-deployment-configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { IEcsDeploymentConfig, CfnDeploymentConfigProps, CfnDeploymentConfig } f
22

33
import { Aws, Construct } from '@aws-cdk/core';
44

5-
type EcsDeploymentConfigurationProps = Omit<CfnDeploymentConfigProps, 'computePlatform'>;
5+
export type EcsDeploymentConfigurationProps = Omit<CfnDeploymentConfigProps, 'computePlatform'>;
66

77
export class EcsDeploymentConfiguration extends Construct {
88
readonly deploymentConfig: IEcsDeploymentConfig;

0 commit comments

Comments
 (0)