From 476ba41773c052e8f626cef38bd35ff66acadf49 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Wed, 5 Aug 2020 08:24:44 -0700 Subject: [PATCH] Update site/content/faq/500-what-about-typescript-support.md Co-authored-by: Christian Kaisermann --- site/content/faq/500-what-about-typescript-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/faq/500-what-about-typescript-support.md b/site/content/faq/500-what-about-typescript-support.md index ce90f0a58a..2a4954b85d 100644 --- a/site/content/faq/500-what-about-typescript-support.md +++ b/site/content/faq/500-what-about-typescript-support.md @@ -11,4 +11,4 @@ let x: number; $: x = count + 1; ``` -Also, to import an interface please use [TypeScript's `import type` syntax](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-8.html#type-only-imports-and-export). +To `import` a type or interface make sure to use [TypeScript's `type` modifier](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-8.html#type-only-imports-and-export):