Skip to content

Commit

Permalink
modify client api to include template
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Aug 25, 2023
1 parent b6ea453 commit 8be7f2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/state/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ export interface LevelInfo {
descrText: null|string,
descrFormat: null|string,
lemmaTab: null|string,
statementName: null|string
statementName: null|string,
template: null|string
}

/** Used to display the inventory on the welcome page */
Expand Down

0 comments on commit 8be7f2f

Please sign in to comment.