'getLogoUrl' implicitly has type 'any' because it does not have a type annotation and is referenced
'getLogoUrl' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.ts(7022) why is that? Shouldn't it infer type?