modify client api to include template

pull/118/head
Jon Eugster 2 years ago
parent b6ea453084
commit 8be7f2f17b

@ -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 */

Loading…
Cancel
Save