Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Avoid reserved name
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Aug 12, 2020
1 parent 9435487 commit 18a62a4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ package object dynamodb {
}

trait DynamoDBSetWrapper[V] extends js.Object {
def `type`: String
@js.annotation.JSName("type")
def typeName: String
def wrapperName: String
def values: js.Array[V]
}
Expand Down

0 comments on commit 18a62a4

Please sign in to comment.