UNPKG
dyngoose
Version:
latest (4.12.0)
4.12.0
4.11.2
4.11.1
4.11.0
4.10.2
4.10.1
4.10.0
4.9.1
4.9.0
4.8.2
4.8.1
4.8.0
4.7.1
4.7.0
4.6.0
4.5.0
4.4.0
4.3.1
4.3.0
4.2.0
4.1.2
4.1.1
4.1.0
4.0.0
3.1.3
3.1.2
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
2.16.5
2.16.4
2.16.3
2.16.2
2.16.1
2.16.0
2.15.3
2.15.2
2.15.1
2.15.0
2.14.0
2.13.4
2.13.3
2.13.2
2.13.1
2.13.0
2.12.3
2.12.2
2.12.1
2.12.0
2.11.1
2.11.0
2.10.1
2.10.0
2.9.2
2.9.1
2.9.0
2.8.1
2.8.0
2.7.1
2.7.0
2.6.0
2.5.0
2.4.0
2.3.2
2.3.1
2.3.0
2.2.0
2.1.0
2.0.0
1.12.3
1.12.2
1.12.1
1.12.0
1.11.4
1.11.3
1.11.2
1.11.1
1.11.0
1.10.0
1.9.0
1.8.0
1.7.0
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
0.9.0
Elegant DynamoDB object modeling for Typescript
github.com/benhutchins/dyngoose
benhutchins/dyngoose
dyngoose
/
src
/
interfaces
/
attribute-map.interface.ts
4 lines
(2 loc)
•
122 B
text/typescript
View Raw
1
2
3
4
import
{
type
AttributeValue
}
from
'@aws-sdk/client-dynamodb'
export
type
AttributeMap
=
Record
<
string
,
AttributeValue
>