Skip to content

Commit

Permalink
🐟
Browse files Browse the repository at this point in the history
  • Loading branch information
sasumaki committed Jun 12, 2024
1 parent 7a224b0 commit fb72f4f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/queryBuilders/putItemQueryBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ import {
NotExprArg,
} from "./expressionBuilder";

export interface PutItemQueryBuilderInterface<
DDB,
Table extends keyof DDB,
O extends DDB[Table]
> {
export interface PutItemQueryBuilderInterface<DDB, Table extends keyof DDB, O> {
/**
* A condition that must be satisfied in order for a PutItem operation to be executed.
*
Expand Down

0 comments on commit fb72f4f

Please sign in to comment.