Skip to content

Commit

Permalink
feat: sample jsdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Murage committed May 12, 2023
1 parent 0b39636 commit f2d2771
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/h5p.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export interface H5PIntegration {

/**
* User interface
*
*/
export interface User {
name: string;
Expand All @@ -57,6 +58,9 @@ export interface User {
canToggleViewOthersH5PContents?: 0 | 1;
}

/**
* H5P content types
*/
export interface H5PContent {
title: string; //content title
url: string; //content URI (absolute + canonical) used to generate xAPI statement.object.id
Expand Down

0 comments on commit f2d2771

Please sign in to comment.