TS. Argument of type '{…}' is not assignable to parameter of type 'IEmbedConfigurationBase'
问题 I'm trying to write an embedded powerbi interface for a website using ASP.NET and C#. Currently, I'm stuck on an error. I am using the powerbi-javascript own github wiki in order to get a good idea on how to make it. With some work I managed to get a bit of work around some problems and errors to get to it now. However, as it stands now, I am not capable of solving this error. The full message of the error is: Severity Code Description Project File Line Suppression State Error TS2345 (TS)