Skip to content

Commit

Permalink
chore: self mutation (build.diff)
Browse files Browse the repository at this point in the history
Signed-off-by: monada-bot[bot] <[email protected]>
  • Loading branch information
monadabot committed Mar 17, 2024
1 parent 7cc17e8 commit 39d3271
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/tests/valid/dynamo.extern.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export default interface extern {
_getItem: (tableName: string, key: Readonly<any>) => Promise<Readonly<any>>,
_putItem: (tableName: string, item: Readonly<any>) => Promise<void>,
}

0 comments on commit 39d3271

Please sign in to comment.