refactor the TemplateInfo entityMetadata field to an entity object
Signed-off-by: Paul Cowan <paul.cowan@cutting.scot>
This commit is contained in:
@@ -34,9 +34,14 @@ export type TemplateInfo = {
|
||||
baseUrl?: string;
|
||||
|
||||
/**
|
||||
* The metadata of the Template entity
|
||||
* the Template entity
|
||||
*/
|
||||
entityMetadata: EntityMeta;
|
||||
entity?: {
|
||||
/**
|
||||
* The metadata of the Template
|
||||
*/
|
||||
metadata: EntityMeta;
|
||||
};
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user