Skip to content

Commit

Permalink
export types
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyn committed Nov 12, 2024
1 parent 7e2d02a commit 6529f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dynamoose/lib/General.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export type KeyObject = {[attribute: string]: string | number};
// An item representing a DynamoDB key
export type InputKey = string | number | KeyObject;

interface ModelItemConstructor<T extends Item> {
export interface ModelItemConstructor<T extends Item> {
/**
* In order to create a new item you just pass in your object into an instance of your model.
*
Expand Down

0 comments on commit 6529f50

Please sign in to comment.