Skip to content

Commit

Permalink
fix: export props
Browse files Browse the repository at this point in the history
  • Loading branch information
badmintoncryer committed Feb 6, 2024
1 parent 1f2785b commit 593b9c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as sfn from '../../../aws-stepfunctions';
/**
* Properties to initialize `HttpStepFunctionsIntegration`.
*/
interface HttpStepFunctionsIntegrationProps {
export interface HttpStepFunctionsIntegrationProps {
/**
* Specifies how to transform HTTP requests before sending them to the backend.
*
Expand Down

0 comments on commit 593b9c7

Please sign in to comment.