UNPKG
@lti-tool/dynamodb
Version:
latest (0.9.0)
0.9.0
DynamoDB storage for LTI 1.3 @lti-tool
github.com/lti-tool/lti-tool
lti-tool/lti-tool
@lti-tool/dynamodb
/
src
/
interfaces
/
dynamoBase.ts
8 lines
(7 loc)
•
131 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
interface
DynamoBase { pk:
string
; sk:
string
; gsi1pk?:
string
; gsi1sk?:
string
;
type
:
'Client'
|
'Deployment'
; }