diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/property-actions/property-action/property-action.model.ts b/src/Umbraco.Web.UI.Client/src/backoffice/property-actions/property-action/property-action.model.ts index 8852be9b8b..259bf1f532 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/property-actions/property-action/property-action.model.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/property-actions/property-action/property-action.model.ts @@ -1,4 +1,3 @@ -// TODO: Where should things like these live? export interface UmbPropertyAction extends HTMLElement { value?: string; } \ No newline at end of file