X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b863f7aaab7112a32c7f9b1e7a0299c4266df2f5..eeb82d50816250cc6287928e6d958affa73880ee:/src/models/project.ts?ds=sidebyside diff --git a/src/models/project.ts b/src/models/project.ts index 83862c9400..f4faf7d64e 100644 --- a/src/models/project.ts +++ b/src/models/project.ts @@ -8,5 +8,6 @@ export interface Project { modifiedAt: string; uuid: string; ownerUuid: string; - href: string + href: string; + icon?: any; }