Skip to content

Commit

Permalink
fix: export interface
Browse files Browse the repository at this point in the history
  • Loading branch information
moltar committed Sep 16, 2022
1 parent 6407cbd commit 995b5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared-static-website-hosting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Construct } from 'constructs';

const WILDCARD_RECORD_NAME = '*';

interface SharedStaticWebsiteHostingProps {
export interface SharedStaticWebsiteHostingProps {
/**
* A hosted zone that is open for modification by the construct. This construct will add a wildcard
* A record that points to the CloudFront distribution.
Expand Down

0 comments on commit 995b5ae

Please sign in to comment.