Skip to content

Commit 50f40c2

Browse files
committed
1 parent c41cc7b commit 50f40c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/Interfaces.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ interface NumberOrStringDictionary {
324324
[index: string]: number | string;
325325
length: number; // ok, length is a number
326326
name: string; // ok, name is a string
327+
}
327328
```
328329

329330
Finally, you can make index signatures `readonly` in order to prevent assignment to their indices:

0 commit comments

Comments
 (0)