We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2d02a commit 6529f50Copy full SHA for 6529f50
packages/dynamoose/lib/General.ts
@@ -14,7 +14,7 @@ export type KeyObject = {[attribute: string]: string | number};
14
// An item representing a DynamoDB key
15
export type InputKey = string | number | KeyObject;
16
17
-interface ModelItemConstructor<T extends Item> {
+export interface ModelItemConstructor<T extends Item> {
18
/**
19
* In order to create a new item you just pass in your object into an instance of your model.
20
*
0 commit comments