Skip to content

Commit 1164d14

Browse files
committed
fix: import module to exporting
1 parent 2e82687 commit 1164d14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import * as iam from 'aws-cdk-lib/aws-iam';
44
import * as cr from 'aws-cdk-lib/custom-resources';
55
import { Construct } from 'constructs';
66

7+
export { ResourceAutoNaming, ResourceDefaultNaming, ResourceNamingOptions, ResourceNamingType };
8+
79
// Bitbucket | GitHub | GitHubEnterpriseServer | GitLab | GitLabSelfManaged
810
export enum CodeConnectionsHostProviderType {
911
BIT_BUCKET = 'Bitbucket',

0 commit comments

Comments
 (0)