Skip to content

Commit 57c6a99

Browse files
Merge pull request #151 from tylerwarner33/Add-TemplateId-To-Project
Add `project.templateId` property to ACC Project.
2 parents 518753c + 90619fb commit 57c6a99

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

construction/accountadmin/source/model/project.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,5 +224,11 @@ export interface Project {
224224
* @memberof Project
225225
*/
226226
'memberCount'?: number;
227+
/**
228+
* The ID of the project that was used as a template to create this project.
229+
* @type {string}
230+
* @memberof Project
231+
*/
232+
'templateId'?: string;
227233
}
228234

0 commit comments

Comments
 (0)