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
/
dynamoLTIClient.ts
8 lines
(5 loc)
•
184 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
type
{
LTIClient
}
from
'@lti-tool/core'
;
import
type
{
DynamoBase
}
from
'./dynamoBase'
;
export
interface
DynamoLTIClient
extends
LTIClient
,
DynamoBase
{
type
:
'Client'
; }