X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dcebdbfbd2d54d580932681a7ce182d27d0f98d8..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; }