Skip to content

Commit

Permalink
chore(toolkit): export source builder props (#33241)
Browse files Browse the repository at this point in the history
### 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*
  • Loading branch information
mrgrain authored Jan 30, 2025
1 parent 64338f2 commit c83d61f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@aws-cdk/toolkit/lib/api/cloud-assembly/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export * from './cached-source';
export * from './identity-source';
export * from './source-builder';
export * from './stack-assembly';
export * from './stack-selector';
export * from './types';
Expand Down

0 comments on commit c83d61f

Please sign in to comment.