UNPKG

@lti-tool/dynamodb

Version:

DynamoDB storage for LTI 1.3 @lti-tool

8 lines (5 loc) 184 B
import type { LTIClient } from '@lti-tool/core'; import type { DynamoBase } from './dynamoBase'; export interface DynamoLTIClient extends LTIClient, DynamoBase { type: 'Client'; }