From 8be7f2f17bbe77ae27ea9a96774001f93b5deee6 Mon Sep 17 00:00:00 2001 From: Jon Eugster Date: Fri, 25 Aug 2023 18:06:26 +0200 Subject: [PATCH] modify client api to include template --- client/src/state/api.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/state/api.ts b/client/src/state/api.ts index 8365468..5be89fd 100644 --- a/client/src/state/api.ts +++ b/client/src/state/api.ts @@ -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 */