change entityMetadata doc string

Signed-off-by: Paul Cowan <paul.cowan@cutting.scot>
This commit is contained in:
Paul Cowan
2022-08-22 16:57:41 +01:00
parent bfbccc3be9
commit a1c4254616
+1 -1
View File
@@ -34,7 +34,7 @@ export type TemplateInfo = {
baseUrl?: string;
/**
* The Template entity's metadata
* The metadata of the Template entity
*/
entityMetadata: EntityMeta;
};