13 lines
377 B
TypeScript
13 lines
377 B
TypeScript
import './private/default-traits';
|
|
export * from './dynamodb.generated';
|
|
export * from './table';
|
|
export * from './scalable-attribute-api';
|
|
export * from './table-v2';
|
|
export * from './table-v2-base';
|
|
export * from './shared';
|
|
export * from './capacity';
|
|
export * from './billing';
|
|
export * from './encryption';
|
|
export * from './table-grants';
|
|
export * from './stream-grants';
|