Skip to content

Commit c83d61f

Browse files
authored
chore(toolkit): export source builder props (#33241)
### Description of changes Export the prop types from source-builder as intended. ### Describe any new or updated permissions being added n/a ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 64338f2 commit c83d61f

File tree

1 file changed

+1
-0
lines changed
  • packages/@aws-cdk/toolkit/lib/api/cloud-assembly

1 file changed

+1
-0
lines changed

packages/@aws-cdk/toolkit/lib/api/cloud-assembly/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export * from './cached-source';
22
export * from './identity-source';
3+
export * from './source-builder';
34
export * from './stack-assembly';
45
export * from './stack-selector';
56
export * from './types';

0 commit comments

Comments
 (0)