Skip to content

Commit e25027b

Browse files
committed
chore(cdk): export ProjectionType
1 parent 9e8d8f4 commit e25027b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/cdk/src/methods/dynamo.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ import { nanoid } from 'nanoid';
1111

1212
import { DotStack } from '../constructs/Stack';
1313

14+
export { ProjectionType };
15+
1416
interface TableExistsOptions {
1517
scope: DotStack;
1618
tableName: string;

0 commit comments

Comments
 (0)