Skip to content

Commit 0b39636

Browse files
author
Murage
committed
feat: sample jsdocs
1 parent 2f8549d commit 0b39636

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/h5p.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ export interface H5PIntegration {
4747
contents: { [key: `cid-${string}`]: H5PContent }
4848
}
4949

50+
/**
51+
* User interface
52+
*/
5053
export interface User {
5154
name: string;
5255
mail: string; //unique user email

0 commit comments

Comments
 (0)