<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>okamuuu</author_name>
  <author_url>https://blog.hatena.ne.jp/okamuuu/</author_url>
  <blog_title>あいつの日誌β</blog_title>
  <blog_url>https://okamuuu.hatenablog.com/</blog_url>
  <categories>
    <anon>TypeScript</anon>
  </categories>
  <description>こんな感じのオブジェクトに const obj = { hoge: &quot;&quot;, fuga: &quot;&quot;, piyo: &quot;&quot; }; null なプロパティを追加すると怒られる const obj = { hoge: &quot;&quot;, fuga: &quot;&quot;, piyo: &quot;&quot;, xxx: null }; any 型の object だとプロパティに any を許容するけどこの場合は型推論が働いて any としての定義がされていない const obj: any = { hoge: &quot;&quot;, fuga: &quot;&quot;, piyo: &quot;&quot;, xxx: null }; これで OK</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fokamuuu.hatenablog.com%2Fentry%2F2016%2F07%2F11%2F152137&quot; title=&quot;error TS7018: Object literal&amp;#39;s property &amp;#39;xxx&amp;#39; implicitly has an &amp;#39;any&amp;#39; type. - あいつの日誌β&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-07-11 15:21:37</published>
  <title>error TS7018: Object literal's property 'xxx' implicitly has an 'any' type.</title>
  <type>rich</type>
  <url>https://okamuuu.hatenablog.com/entry/2016/07/11/152137</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
