Skip to content

Commit 6529f50

Browse files
committed
export types
1 parent 7e2d02a commit 6529f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dynamoose/lib/General.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export type KeyObject = {[attribute: string]: string | number};
1414
// An item representing a DynamoDB key
1515
export type InputKey = string | number | KeyObject;
1616

17-
interface ModelItemConstructor<T extends Item> {
17+
export interface ModelItemConstructor<T extends Item> {
1818
/**
1919
* In order to create a new item you just pass in your object into an instance of your model.
2020
*

0 commit comments

Comments
 (0)