Skip to content

Commit b11b34f

Browse files
authored
Update TypeScript.md
1 parent 40f4728 commit b11b34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TypeScript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ const translate = (translator: EngRusTranslator) => { /* ... */ }
716716
```ts
717717
type User = { id: string; name: string }
718718
```
719-
```
719+
```ts
720720
interface User { id: string; name: string }
721721
```
722722

0 commit comments

Comments
 (0)