src/app/models/i-template-update.model.ts
displayName: string
string
export interface ITemplateUpdate { displayName: string; }