Skip to content

Commit 9d7a388

Browse files
committed
keep PropertyInjectableConstructConstructor private
1 parent 31008b5 commit 9d7a388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/core/lib/prop-injectable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Construct, IConstruct } from 'constructs';
22
import { applyInjectors } from './prop-injectors-helpers';
33

4-
export interface PropertyInjectableConstructConstructor {
4+
interface PropertyInjectableConstructConstructor {
55
readonly PROPERTY_INJECTION_ID: string;
66

77
new (scope: Construct, id: string, props: any, ...args: any[]): IConstruct;

0 commit comments

Comments
 (0)