<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tee-talog</author_name>
  <author_url>https://blog.hatena.ne.jp/tee-talog/</author_url>
  <blog_title>ひびのログ</blog_title>
  <blog_url>https://www.tee-talog.com/</blog_url>
  <categories>
    <anon>TypeScript</anon>
    <anon>JavaScript</anon>
  </categories>
  <description>タイトルのとおりで、TypeScript をある程度やっている人なら当然のことかと思いますが。 interface の拡張 TS の interface って拡張できるじゃないですか。 interface Foo { bar: string } interface Foo { baz: number } /* // 結果 Foo: { bar: string baz: number } */ こんな感じで。 ライブラリの型定義 ライブラリの型定義ってできるじゃないですか。 declare module 'module-name' { interface Foo { bar: string } …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.tee-talog.com%2Fentry%2F2019%2F08%2F18%2F113549&quot; title=&quot;ライブラリの中で定義しているインターフェースを拡張したかったんですよ - ひびのログ&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>2019-08-18 11:35:49</published>
  <title>ライブラリの中で定義しているインターフェースを拡張したかったんですよ</title>
  <type>rich</type>
  <url>https://www.tee-talog.com/entry/2019/08/18/113549</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
